chore: deploy on tag

This commit is contained in:
Florian Metz
2024-08-04 01:07:21 +02:00
parent 389ee87757
commit 0a28b2181b

View File

@@ -57,7 +57,7 @@ jobs:
- name: Build and push other images
uses: docker/build-push-action@v6
if: matrix.target != 'website' && github.event_name == 'tag'
if: matrix.target != 'website' && startsWith(github.ref, 'refs/tags/')
with:
push: true
platforms: linux/amd64,linux/arm64