Skip to content

Commit

Permalink
REBASE ME: gh action syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill888 committed Dec 17, 2019
1 parent 7d5c03e commit 0dcfaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: DockerHub Push
if: |
github.ref == 'refs/heads/master' || \
github.ref == 'refs/heads/master' ||
github.ref == 'refs/heads/kk-gh-actions'
run: |
echo "Login to DockerHub as ${DOCKER_USER}"
Expand Down

0 comments on commit 0dcfaea

Please sign in to comment.