Skip to content

Commit

Permalink
Merge pull request #2865 from iotaledger/renovate/docker-login-action…
Browse files Browse the repository at this point in the history
…-3.x

chore(deps): update docker/login-action action to v3
  • Loading branch information
jorgemmsilva authored Sep 12, 2023
2 parents 3ee30ef + dd60f78 commit 30c6ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
type=match,pattern=v(\d+.\d+),suffix=-rc,group=1,enable=${{ contains(github.ref, '-rc') }}
- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.IOTALEDGER_DOCKER_USERNAME }}
password: ${{ secrets.IOTALEDGER_DOCKER_PASSWORD }}
Expand Down

0 comments on commit 30c6ce4

Please sign in to comment.