summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiran Tal <liran.tal@gmail.com>2022-07-29 19:15:37 +0300
committerGitHub <noreply@github.com>2022-07-29 19:15:37 +0300
commit657a5ca708e51dcb3b60724e905cf51b9a8b1d95 (patch)
tree252463920c85cbbcdc862e2bff817e86aa9d0ff7
parent0e7e0c1df407544917db0307acff0bdfdb03b2d7 (diff)
build: always push an image, even if for a PR
-rw-r--r--.github/workflows/docker-publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml
index 24a4416..4f807d0 100644
--- a/.github/workflows/docker-publish.yml
+++ b/.github/workflows/docker-publish.yml
@@ -54,7 +54,7 @@ jobs:
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: .
- push: ${{ github.event_name != 'pull_request' }}
+ push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}