Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
GH Actions quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Nov 17, 2020
1 parent 023d9bc commit d823a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ jobs:
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
- name: Upload image
if: github.event_name == 'push'
if: github.event_name == 'release' || github.event_name == 'push'
run: |
docker push $DOCKER_IMAGE_NAME
Expand Down

0 comments on commit d823a25

Please sign in to comment.