Always push tag event

This commit is contained in:
Max Stanley
2023-11-21 22:08:25 +00:00
parent f6a729f871
commit d2d082ec08
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
with: with:
context: . context: .
target: mermaid target: mermaid
push: ${{ github.event_name != 'pull_request' }} push: true
pull: true pull: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}