Skip to content

Commit

Permalink
Update release.yaml - push container image's latest tag too (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored Oct 17, 2024
2 parents 3beb25a + a615032 commit 9927d34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/score-spec/score-compose:${{ github.ref_name }}
tags: |
ghcr.io/score-spec/score-compose:${{ github.ref_name }}
ghcr.io/score-spec/score-compose:latest

0 comments on commit 9927d34

Please sign in to comment.