Skip to content

Commit 32b47ea

Browse files
authored
Merge pull request #32 from appuio/renovate/docker-login-action-3.x
Update docker/login-action action to v3
2 parents b983dba + 2a8e519 commit 32b47ea

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)