Skip to content

Commit

Permalink
chore(deps): bump docker/login-action from 2 to 3 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 12, 2023
1 parent b1e5934 commit 1a491ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
go-version: 1.20.x
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GH_PAT }}
- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
registry: docker.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 1a491ed

Please sign in to comment.