Skip to content

Commit

Permalink
Multi-tags?
Browse files Browse the repository at this point in the history
  • Loading branch information
nmagee authored Mar 12, 2024
1 parent ccea1b6 commit 92e9b87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ghcr-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
tags: |
ghcr.io/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
ghcr.io/${{ env.IMAGE_NAME }}:latest
labels: ${{ steps.meta.outputs.labels }}

- name: Image digest
Expand Down

0 comments on commit 92e9b87

Please sign in to comment.