Skip to content

Commit

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

chore(deps): bump docker/login-action from 2.1.0 to 3.0.0
  • Loading branch information
ngutech21 authored Jan 20, 2024
2 parents 207f4d1 + 25a75b0 commit 0f6189f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3

- name: Log in to GHCR
uses: docker/login-action@v2.1.0
uses: docker/login-action@v3.0.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3

- name: Log in to docker.io
uses: docker/login-action@v2.1.0
uses: docker/login-action@v3.0.0
with:
registry: docker.io
username: ${{ secrets.DOCKER_NAME }}
Expand Down

0 comments on commit 0f6189f

Please sign in to comment.