Skip to content

Commit

Permalink
Merge pull request sberk42#23 from dotWee/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/login-action-2.1.0
  • Loading branch information
dotWee authored Dec 14, 2022
2 parents a0e3b6a + c2c3c7a commit 30f35b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
buildkitd-flags: --debug

- name: Log into Docker Hub
uses: docker/login-action@v2.0.0
uses: docker/login-action@v2.1.0
with:
username: dotwee
password: ${{ secrets.DOCKER_REGISTRY_TOKEN }}

- name: Log into GitHub registry
uses: docker/login-action@v2.0.0
uses: docker/login-action@v2.1.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 30f35b1

Please sign in to comment.