Skip to content

Commit

Permalink
Multiple tags
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 6, 2024
1 parent 0aacb47 commit 0d4dc1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
context: .
file: ${{ matrix.image }}
push: true
tags: ${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ matrix.image }}:${{ steps.meta.outputs.tag }}
tags: |
${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ matrix.image }}:${{ steps.meta.outputs.tag }}
${{ env.REGISTRY }}/${{ env.REPO_NAME }}/${{ matrix.image }}:latest
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down

0 comments on commit 0d4dc1c

Please sign in to comment.