Skip to content

Commit

Permalink
fix: Tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
sirateek committed Feb 10, 2024
1 parent a001212 commit 9ada2c5
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 @@ -30,7 +30,7 @@ jobs:
with:
context: .
push: true
tags: ${{ format('ghcr.io/resource-aware-jds/resource-aware-jds:{0}', github.ref_name) }},ghcr.io/resource-aware-jds/resource-aware-jds:latest
tags: ${{ format('ghcr.io/resource-aware-jds/resource-aware-jds-fe:{0}', github.ref_name) }},ghcr.io/resource-aware-jds/resource-aware-jds-fe:latest
github-token: ${{ secrets.GITHUB_TOKEN }}
platforms: |
linux/amd64
Expand Down

0 comments on commit 9ada2c5

Please sign in to comment.