diff --git a/.github/workflows/build-and-release-workflow.yml b/.github/workflows/build-and-release-workflow.yml index 0499b35..b8c3878 100644 --- a/.github/workflows/build-and-release-workflow.yml +++ b/.github/workflows/build-and-release-workflow.yml @@ -69,7 +69,7 @@ jobs: with: context: . push: true - tags: ${{ format('ghcr.io/garnbarn/gb-assignment-service:{0}', needs.release-on-github.outputs.newTag) }} + tags: ${{ format('ghcr.io/garnbarn/gb-tag-service:{0}', needs.release-on-github.outputs.newTag) }} github-token: ${{ secrets.GITHUB_TOKEN }} platforms: | linux/amd64