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 91a5bde commit 07afcb2Copy full SHA for 07afcb2
.github/workflows/docker-publish.yml
@@ -51,12 +51,3 @@ jobs:
51
push: ${{ github.event_name != 'pull_request' }}
52
tags: ${{ steps.meta.outputs.tags }}
53
labels: ${{ steps.meta.outputs.labels }}
54
- if: contains(github.ref_name, '/merge') == false
55
-
56
- - name: Build and push Docker image for PR
57
- uses: docker/build-push-action@v2
58
- with:
59
- push: ${{ github.event_name != 'pull_request' }}
60
- tags: ${{ steps.meta.outputs.tags }}
61
- labels: ${{ steps.meta.outputs.labels }}
62
- if: contains(github.ref_name, '/merge')
0 commit comments