Skip to content

Commit

Permalink
chore: Update workflow to correct the package name
Browse files Browse the repository at this point in the history
  • Loading branch information
sirateek committed Apr 17, 2023
1 parent 9ad8a43 commit fc02b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc02b1d

Please sign in to comment.