Skip to content

Commit fb348ea

Browse files
--- (#670)
updated-dependencies: - dependency-name: azure/docker-login dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c97830 commit fb348ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
9797
- name: Login to Quay
9898
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags')
99-
uses: azure/docker-login@v1
99+
uses: azure/docker-login@v2
100100
with:
101101
login-server: 'quay.io'
102102
username: ${{ secrets.QUAY_USERNAME }}

0 commit comments

Comments
 (0)