Always push tag event

This commit is contained in:
Max Stanley
2023-11-21 22:08:25 +00:00
parent f6a729f871
commit d2d082ec08

View File

@@ -47,7 +47,7 @@ jobs:
with:
context: .
target: mermaid
push: ${{ github.event_name != 'pull_request' }}
push: true
pull: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}