Skip to content

Commit

Permalink
Merge pull request #6 from mkotler/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
mkotler authored Feb 11, 2024
2 parents c1e32c0 + 1b052f5 commit 04edb2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 04edb2b

Please sign in to comment.