Skip to content

Commit

Permalink
Merge pull request #26 from dokku/dependabot/github_actions/docker/lo…
Browse files Browse the repository at this point in the history
…gin-action-3

chore(deps): bump docker/login-action from 2 to 3
  • Loading branch information
josegonzalez authored Sep 17, 2023
2 parents 14814ba + 1ae8878 commit 3ecbb02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:

- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_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 3ecbb02

Please sign in to comment.