Skip to content

Commit

Permalink
chore: removed unused docker hub credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed Jan 22, 2024
1 parent 8faadac commit 2180aac
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,6 @@ jobs:
username: ${{ env.PRIVATE_DOCKER_REGISTRY_USER }}
password: ${{ env.PRIVATE_DOCKER_REGISTRY_PASS }}

- name: Public Docker Hub Login
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_REGISTRY_USER }}
password: ${{ secrets.DOCKER_REGISTRY_TOKEN }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down

0 comments on commit 2180aac

Please sign in to comment.