Skip to content

Commit

Permalink
Merge pull request #4 from starling-cloud/dependabot/github_actions/m…
Browse files Browse the repository at this point in the history
…ain/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 a6487c5 + e8ff2ff commit dde7ba0
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 @@ -84,15 +84,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 dde7ba0

Please sign in to comment.