Skip to content

Commit

Permalink
chore(deps): update docker/login-action action to v2
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Soutullo Rodriguez <[email protected]>
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 5, 2022
1 parent 0f9fa42 commit eec28ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit eec28ec

Please sign in to comment.