Skip to content

Commit

Permalink
Merge pull request #62 from score-spec/mathieu-benoit-patch-2
Browse files Browse the repository at this point in the history
Update release.yaml - push container image's `latest` tag too
  • Loading branch information
mathieu-benoit authored Oct 17, 2024
2 parents 7cf5bf2 + 5e7fa62 commit bcfce51
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-k8s:${{ github.ref_name }}
tags: |
ghcr.io/score-spec/score-k8s:${{ github.ref_name }}
ghcr.io/score-spec/score-k8s:latest

0 comments on commit bcfce51

Please sign in to comment.