From 77d11bb4b4911c91ea97dd43047cf6021d173c65 Mon Sep 17 00:00:00 2001 From: pszlazak Date: Tue, 31 Aug 2021 20:26:31 +0200 Subject: [PATCH] Change docker workflow for latest_release tag (#2468) --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 1686c56..0825385 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -41,7 +41,7 @@ jobs: tags: pyfound/black:latest,pyfound/black:${{ env.GIT_TAG }} - name: Build and push latest_release tag - if: ${{ github.event_name == 'release' && github.event.action == 'created' }} + if: ${{ github.event_name == 'release' && github.event.action == 'published' }} uses: docker/build-push-action@v2 with: context: . -- 2.39.2