From 9d73235e0373a25865567ea98cba64564503fe68 Mon Sep 17 00:00:00 2001 From: Sven Pfleiderer Date: Wed, 2 Jun 2021 15:41:23 -0700 Subject: [PATCH] Remove pull request condition --- ci/docker-publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/docker-publish.yml b/ci/docker-publish.yml index 3a5a084..84c07c5 100644 --- a/ci/docker-publish.yml +++ b/ci/docker-publish.yml @@ -75,7 +75,5 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc with: - # Don't push on pull requests - push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}