Skip to content

Commit

Permalink
Merge pull request #26 from little-forest/renovate/docker-login-actio…
Browse files Browse the repository at this point in the history
…n-3.x

Update docker/login-action action to v3
  • Loading branch information
little-forest committed Sep 16, 2023
2 parents 813f27e + 7e7e36e commit b082c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Login to DockerHub
if: env.DO_BUILD == 'yes'
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 b082c5b

Please sign in to comment.