Skip to content

Commit

Permalink
Comment out block to publish image on github registry
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Jan 14, 2021
1 parent 5bb8aca commit b7e1e82
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,21 +73,21 @@ jobs:
sed -i -e "s,ENV TAG=.*,ENV TAG=${{steps.get-ref.outputs.tag}},g" Dockerfile
docker build . --tag docker.pkg.github.com/dmwm/das2go/das2go
- name: Login to Registry
uses: docker/[email protected]
with:
registry: docker.pkg.github.com
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
# - name: Login to Registry
# uses: docker/[email protected]
# with:
# registry: docker.pkg.github.com
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}

- name: Publish image
uses: docker/build-push-action@v1
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: dmwm/das2go/das2go
tag_with_ref: true
# - name: Publish image
# uses: docker/build-push-action@v1
# with:
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}
# registry: docker.pkg.github.com
# repository: dmwm/das2go/das2go
# tag_with_ref: true

- name: Login to DockerHub
uses: docker/login-action@v1
Expand Down

0 comments on commit b7e1e82

Please sign in to comment.