Skip to content

Commit

Permalink
Merge pull request #295 from strukturag/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/login-action-3

build(deps): bump docker/login-action from 2 to 3
  • Loading branch information
fancycode committed Oct 10, 2023
2 parents 5576c65 + 208ac45 commit 6dd90ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploydocker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
- name: Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

- name: Login to GHCR
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 6dd90ba

Please sign in to comment.