Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Commit

Permalink
chore(deps): update docker/login-action action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 21, 2022
1 parent ca911a4 commit d62e1b8
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 @@ -24,13 +24,13 @@ jobs:
go-version: 1.17

- name: Login into Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: auguwu
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Login into 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 d62e1b8

Please sign in to comment.