Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
undo comment on docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
Ottovsky committed Nov 4, 2020
1 parent 7b0dad5 commit e0e2b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# Push to dockerhub
- name: Push to Docker Hub
uses: docker/build-push-action@v1
# if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/master'
if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/master'
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
Expand Down

0 comments on commit e0e2b32

Please sign in to comment.