Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrojak authored Aug 19, 2022
1 parent 3637159 commit 522e413
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 @@ -39,6 +39,6 @@ jobs:
.
- name: Publish Docker image
# Only deploy if using master on original repo (and not for pull requests or forks)
if: ${{ steps.docker_lookup.outputs.exists != 0 }} && github.repository_owner == 'sybila' && github.ref == 'refs/heads/master'
if: ${{ steps.docker_lookup.outputs.exists != 0 && github.repository_owner == 'sybila' && github.ref == 'refs/heads/master' }}
run: |
docker push --all-tags ${DOCKER_IMAGE}

0 comments on commit 522e413

Please sign in to comment.