Skip to content

Commit

Permalink
Merge pull request #12 from hectorm/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…login-action-3

Bump docker/login-action from 2 to 3
  • Loading branch information
hectorm authored Sep 19, 2023
2 parents 28c0b71 + 1473a43 commit e424194
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 @@ -93,7 +93,7 @@ jobs:
name: 'dist-${{ matrix.arch }}'
path: './dist/'
- name: 'Login to Docker Hub'
uses: 'docker/login-action@v2'
uses: 'docker/login-action@v3'
with:
registry: 'docker.io'
username: '${{ secrets.DOCKERHUB_USERNAME }}'
Expand All @@ -113,7 +113,7 @@ jobs:
- name: 'Checkout project'
uses: 'actions/checkout@v4'
- name: 'Login to Docker Hub'
uses: 'docker/login-action@v2'
uses: 'docker/login-action@v3'
with:
registry: 'docker.io'
username: '${{ secrets.DOCKERHUB_USERNAME }}'
Expand Down

0 comments on commit e424194

Please sign in to comment.