Skip to content

Commit f4ce574

Browse files
Update docker/login-action action to v2 (#126)
1 parent 2c39c98 commit f4ce574

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
restore-keys: |
3333
${{ runner.os }}-go-
3434
- name: Login to DockerHub
35-
uses: docker/login-action@v1
35+
uses: docker/login-action@v2
3636
with:
3737
username: ${{ secrets.DOCKERHUB_USERNAME }}
3838
password: ${{ secrets.DOCKERHUB_TOKEN }}
3939
- name: Log in to GitHub Container registry
40-
uses: docker/login-action@v1
40+
uses: docker/login-action@v2
4141
with:
4242
registry: ghcr.io
4343
username: ${{ github.actor }}

0 commit comments

Comments
 (0)