|
|
@ -19,7 +19,7 @@ jobs:
|
|
|
|
id: meta
|
|
|
|
id: meta
|
|
|
|
uses: docker/metadata-action@v4
|
|
|
|
uses: docker/metadata-action@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
images: ghcr.io/{{ ENDPOINT }}
|
|
|
|
images: ghcr.io/${{ ENDPOINT }}
|
|
|
|
tags: |
|
|
|
|
tags: |
|
|
|
|
type=ref,event=branch
|
|
|
|
type=ref,event=branch
|
|
|
|
# set latest tag for default branch
|
|
|
|
# set latest tag for default branch
|
|
|
@ -34,7 +34,7 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
registry: ghcr.io
|
|
|
|
registry: ghcr.io
|
|
|
|
username: ${{ github.actor }}
|
|
|
|
username: ${{ github.actor }}
|
|
|
|
password: ${{ secrets.GITHUB_TOKEN }
|
|
|
|
password: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
-
|
|
|
|
-
|
|
|
|
name: Docker - Build and push
|
|
|
|
name: Docker - Build and push
|
|
|
|
uses: docker/build-push-action@v3
|
|
|
|
uses: docker/build-push-action@v3
|
|
|
|