Skip to content

Commit

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

chore(deps): update docker/login-action action to v3.1.0
  • Loading branch information
myrotvorets-team authored Mar 18, 2024
2 parents ad1249e + 1d64761 commit 3df929e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > .npmrc.local

- name: Login to DockerHub
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
with:
username: ${{ secrets.DOCKER_LOGIN }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 3df929e

Please sign in to comment.