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 2cb42db commit 6769ec0Copy full SHA for 6769ec0
.github/workflows/build_container.yml
@@ -71,6 +71,7 @@ jobs:
71
- name: Publish image
72
id: push
73
uses: docker/build-push-action@v4
74
+ if: github.event_name == 'pull_request' && github.event.action == 'closed'
75
with:
76
push: true
77
tags: ${{ steps.meta.outputs.tags }}
0 commit comments