Skip to content

Commit

Permalink
Update dockerimage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
orihomie authored May 25, 2020
1 parent 74f47e5 commit 73c6669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
uses: actions/checkout@v1

- name: Docker build and push
# if: startsWith(github.ref, 'refs/tags')
if: startsWith(github.ref, 'refs/tags')
uses: docker/build-push-action@v1
with:
# registry: hub.docker.com
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: 0p3xh7/chromonode
tag_with_ref: true
# tags: latest
tags: latest
push: ${{ startsWith(github.ref, 'refs/tags/') }}

0 comments on commit 73c6669

Please sign in to comment.