chore(docker): fix pushing on tag

This commit is contained in:
Mitchell Scott
2025-06-07 11:46:00 -06:00
parent 1b49e02cd8
commit 268d4ae7fa

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