Skip to content

Commit

Permalink
Change docker workflow for latest_release tag (#2468)
Browse files Browse the repository at this point in the history
  • Loading branch information
pszlazak authored Aug 31, 2021
1 parent 79575f3 commit 77d11bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: .
Expand Down

0 comments on commit 77d11bb

Please sign in to comment.