Skip to content

Commit

Permalink
Fix docker hub login in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ARolek committed Nov 2, 2023
1 parent 43901ba commit 818fcdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on_release_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,10 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Setup env
uses: ./.github/actions/tegola-setup-env
Expand Down

0 comments on commit 818fcdd

Please sign in to comment.