Skip to content

Commit

Permalink
Merge pull request #18 from netsandbox/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/login-action-3

Bump docker/login-action from 2 to 3
  • Loading branch information
netsandbox committed Sep 13, 2023
2 parents e88c14c + 284f23d commit e74d350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- 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 e74d350

Please sign in to comment.