Skip to content

Commit

Permalink
Merge pull request #189 from soruly/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…login-action-3

build(deps): bump docker/login-action from 1 to 3
  • Loading branch information
soruly authored Apr 5, 2024
2 parents bb33e59 + a86fe01 commit 69352e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
uses: actions/checkout@v4

- name: Login to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

- 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 69352e1

Please sign in to comment.