Skip to content

Commit 2a8e519

Browse files
Update docker/login-action action to v3
1 parent b983dba commit 2a8e519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
restore-keys: |
2525
${{ runner.os }}-go-
2626
- name: Login to Quay.io
27-
uses: docker/login-action@v1
27+
uses: docker/login-action@v3
2828
with:
2929
registry: quay.io
3030
username: ${{ secrets.QUAY_IO_USER }}

0 commit comments

Comments
 (0)