Skip to content

Commit

Permalink
disable dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame authored Nov 11, 2023
1 parent 67c39f2 commit 8bdfa98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
docker images
- name: Publish to Docker Hub
if: needs.choose-registry.outputs.dockerhub
if: ${{ needs.choose-registry.outputs.dockerhub == 'true' }}
run: |
docker tag az-appservice-go ${{ secrets.DOCKER_USERNAME }}/az-appservice-go
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 8bdfa98

Please sign in to comment.