Skip to content

Commit

Permalink
ci(publish): disable docker hub publish
Browse files Browse the repository at this point in the history
  • Loading branch information
amimart authored Nov 10, 2023
1 parent 8b4e993 commit d74bd28
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ jobs:
username: ${{ secrets.DOCKER_REGISTRY_ID }}
password: ${{ secrets.DOCKER_REGISTRY_TOKEN }}

- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_HUB_REGISTRY_ID }}
password: ${{ secrets.DOCKER_HUB_REGISTRY_TOKEN }}

- name: Build and publish image(s)
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit d74bd28

Please sign in to comment.