Skip to content

Commit

Permalink
Merge pull request #5 from N0rthernL1ghts/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/login-action-3

Bump docker/login-action from 2 to 3
  • Loading branch information
xZero707 authored Sep 12, 2023
2 parents 02cc12f + 7e700a2 commit 1a7a4d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
max-parallelism = 16
-
name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{github.actor}}
Expand Down

0 comments on commit 1a7a4d6

Please sign in to comment.