Skip to content

Commit

Permalink
Merge pull request #5 from pagdot/renovate/docker-login-action-3.x
Browse files Browse the repository at this point in the history
Update docker/login-action action to v3
  • Loading branch information
pagdot authored Sep 16, 2024
2 parents d8f2832 + 0f23c0e commit a600bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:

- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: pagdot
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Login to GitHub Container Registry
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 a600bf1

Please sign in to comment.