diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 61676a5..0b6a867 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -25,7 +25,7 @@ jobs: with: context: . push: true - tags: $IMAGE:latest,$IMAGE:$GITHUB_SHA + tags: ghcr.io/${{ github.repository }}:latest,ghcr.io/${{ github.repository }}:$GITHUB_SHA - if: github.ref_name != github.event.repository.default_branch name: Build and push @@ -33,4 +33,4 @@ jobs: with: context: . push: true - tags: $IMAGE:$GITHUB_SHA + tags: ghcr.io/${{ github.repository }}:$GITHUB_SHA