Skip to content

Commit

Permalink
Merge pull request #4 from shurco/dependabot/github_actions/docker/lo…
Browse files Browse the repository at this point in the history
…gin-action-3

🔧 build(deps): bump docker/login-action from 2 to 3
  • Loading branch information
shurco authored Apr 16, 2024
2 parents 6dc6190 + 2a1a168 commit 606c79a
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 @@ -20,12 +20,12 @@ jobs:
fetch-depth: 0
- uses: docker/setup-qemu-action@v3
- 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.GITHUB_TOKEN }}
- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 606c79a

Please sign in to comment.