We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a259f48 commit 7d05a27Copy full SHA for 7d05a27
1 file changed
.github/workflows/build.yaml
@@ -33,7 +33,7 @@ jobs:
33
type=sha
34
- name: Login to quay.io
35
if: github.event_name != 'pull_request'
36
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
37
with:
38
registry: quay.io
39
username: ${{ secrets.QUAY_USERNAME }}
0 commit comments