We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077c012 commit 637d574Copy full SHA for 637d574
.github/workflows/backend.yaml
@@ -108,7 +108,7 @@ jobs:
108
with:
109
context: ./backend
110
platforms: linux/amd64,linux/arm64
111
- push: true
+ push: ${{ github.event_name != 'pull_request' }}
112
tags: ${{ steps.messagesMeta.outputs.tags }}
113
file: ./backend/messages.Dockerfile
114
labels: ${{ steps.messagesMeta.outputs.labels }}
0 commit comments