chore(docker): fix pushing on tag

This commit is contained in:
Mitchell Scott 2025-06-07 11:46:00 -06:00
commit 268d4ae7fa
No known key found for this signature in database

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 }}