Merge pull request #107 from rmitchellscott/fix-push-on-tag

chore(docker): fix pushing on tag
This commit is contained in:
Matt Walsh 2025-06-09 15:12:38 -05:00 committed by GitHub
commit 36c4f451b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,7 @@ jobs:
with:
context: .
pull: true
push: ${{ github.ref == 'refs/heads/main' }}
push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }}
platforms: linux/amd64,linux/arm64/v8
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}