Skip to content

Commit 07afcb2

Browse files
committed
Simplify builds by only having one docker/build-push-action
1 parent 91a5bde commit 07afcb2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/docker-publish.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,3 @@ jobs:
5151
push: ${{ github.event_name != 'pull_request' }}
5252
tags: ${{ steps.meta.outputs.tags }}
5353
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

Comments
 (0)