Skip to content

Commit

Permalink
Merge pull request #21 from containerinfra/renovate/docker-login-acti…
Browse files Browse the repository at this point in the history
…on-3.x

Update docker/login-action action to v3
  • Loading branch information
thojkooi authored Aug 5, 2024
2 parents 1f21791 + 3f1d270 commit 671c399
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 @@ -23,13 +23,13 @@ jobs:
uses: sigstore/cosign-installer@main

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: thojkooi
password: ${{ secrets.GHCR_TOKEN }}
- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: thojkooi
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
Expand Down

0 comments on commit 671c399

Please sign in to comment.