Skip to content

Commit

Permalink
fixup-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
pvalena committed Jul 13, 2024
1 parent f5269ea commit 6b9203f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
uses: docker/build-push-action@v5
with:
file: test/container/${{ matrix.config.dockerfile }}
tags: ghcr.io/${{ github.repository_owner }}/${{ matrix.config.tag }}:latest
tags: ghcr.io/${{ github.repository_owner }}/${{ matrix.config.tag }}
push: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
platforms: ${{ matrix.config.platform }}

0 comments on commit 6b9203f

Please sign in to comment.