Skip to content

Commit

Permalink
chore: Udpate Workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
sirateek committed Apr 17, 2023
1 parent fc02b1d commit 5797482
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-tag-service:{0}', needs.release-on-github.outputs.newTag) }}
tags: ${{ format('ghcr.io/garnbarn/gb-tag-service:{0}', needs.release-on-github.outputs.newTag) }},ghcr.io/garnbarn/gb-tag-service:latest
github-token: ${{ secrets.GITHUB_TOKEN }}
platforms: |
linux/amd64
Expand Down

0 comments on commit 5797482

Please sign in to comment.