Skip to content

Commit 0b7f78d

Browse files
chore(deps): update docker/login-action action to v3 (#1042)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 818dbdb commit 0b7f78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-quay.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: docker/setup-buildx-action@v3
3232

3333
- name: Login to Docker Hub
34-
uses: docker/login-action@v2
34+
uses: docker/login-action@v3
3535
with:
3636
registry: ${{ env.REGISTRY }}
3737
username: ${{ secrets.QUAYIO_USERNAME }}

0 commit comments

Comments
 (0)