Skip to content

Commit

Permalink
Merge pull request #41 from Edirom/dependabot/github_actions/docker/l…
Browse files Browse the repository at this point in the history
…ogin-action-3

Bump docker/login-action from 1 to 3
  • Loading branch information
peterstadler authored Oct 8, 2024
2 parents da09272 + 3c8c26d commit 5449599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# https://github.com/docker/login-action
- name: Log in to GitHub container registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -28,7 +28,7 @@ jobs:
# Login against DockerHub registry except on PR
- name: Log in to DockerHub container registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: vifebot
password: ${{ secrets.VIFEBOT_DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 5449599

Please sign in to comment.