Skip to content

Commit

Permalink
CI Fixes: Dockerhub login. Upgrade Go to 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ARolek committed Nov 2, 2023
1 parent af5cbd9 commit 8f99b78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on_pr_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21.1
go-version: 1.21.3

- name: Env Debug
run: |
Expand Down
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 8f99b78

Please sign in to comment.