Skip to content

Commit

Permalink
chore: Update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
sirateek committed May 14, 2023
1 parent fe57509 commit b61fdb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
with:
context: .
push: true
tags: ${{ format('ghcr.io/garnbarn/garnbarn-frontend-revise{0}', needs.release-on-github.outputs.newTag) }},ghcr.io/garnbarn/garnbarn-frontend-reviselatest
tags: ${{ format('ghcr.io/garnbarn/garnbarn-frontend-revise:{0}', needs.release-on-github.outputs.newTag) }},ghcr.io/garnbarn/garnbarn-frontend-revise:latest
github-token: ${{ secrets.GITHUB_TOKEN }}
platforms: |
linux/amd64
Expand Down

0 comments on commit b61fdb5

Please sign in to comment.