Skip to content

Commit

Permalink
chore: Update publish-ghcr.yml to include latest tag in addition to c…
Browse files Browse the repository at this point in the history
…urrent version
  • Loading branch information
Pradumnasaraf committed Jul 27, 2024
1 parent 6b0d5d0 commit 41aa764
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@ jobs:
with:
context: .
push: true
tags: ghcr.io/pradumnasaraf/devops:${{ steps.package-version.outputs.current-version}}
tags: |
ghcr.io/pradumnasaraf/devops:${{ steps.package-version.outputs.current-version}}
ghcr.io/pradumnasaraf/devops:latest
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 41aa764

Please sign in to comment.