Skip to content

Commit

Permalink
Disable DockerHub login
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinmwinuka committed Jul 8, 2024
1 parent 82abf68 commit 32b3a6f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
steps:
- name: Checkout the repo
uses: actions/checkout@v4
- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
# - name: Login to DockerHub
# uses: docker/login-action@v3
# with:
# username: ${{ secrets.DOCKER_USERNAME }}
# password: ${{ secrets.DOCKER_TOKEN }}
- name: Login to the Container Registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 32b3a6f

Please sign in to comment.