Skip to content

Commit

Permalink
Merge pull request #509 from MilesCranmer/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
MilesCranmer authored Jun 10, 2024
2 parents e2212e3 + e5c925e commit bc45e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
if: github.event_name != 'pull_request'
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GitHub registry
uses: docker/login-action@v2
uses: docker/login-action@v3
if: github.event_name != 'pull_request'
with:
registry: ghcr.io
Expand Down

0 comments on commit bc45e58

Please sign in to comment.