Skip to content

Commit

Permalink
Merge pull request #4 from scape-agency/dependabot/github_actions/mai…
Browse files Browse the repository at this point in the history
…n/docker/login-action-3

dependabot-github-actions(deps): bump docker/login-action from 2 to 3
  • Loading branch information
vanvianen authored Aug 5, 2024
2 parents d10e987 + 43d4662 commit 7c1bf4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ jobs:
-
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 }}
password: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 7c1bf4c

Please sign in to comment.