From 1dd896ed72fc8e69878748eb52c12bba98e402dc Mon Sep 17 00:00:00 2001 From: Stefan Catargiu <13122921+5kt@users.noreply.github.com> Date: Wed, 5 Jun 2024 12:39:54 +0200 Subject: [PATCH] Always push (#153) --- .github/workflows/publish-docker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index 8881245..30bfbc4 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -59,7 +59,6 @@ jobs: version: latest endpoint: builders - name: Login to GHCR - if: github.event_name != 'pull_request' uses: docker/login-action@v3 with: registry: ${{ env.registry }} @@ -71,6 +70,6 @@ jobs: with: context: . platforms: ${{ env.platforms }} - push: ${{ github.event_name != 'pull_request' }} + push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}