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 c7ec376 commit f95686fCopy full SHA for f95686f
1 file changed
.github/workflows/build.yaml
@@ -39,7 +39,7 @@ jobs:
39
- id: buildx
40
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
41
- if: github.event_name != 'pull_request'
42
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
+ uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
43
with:
44
registry: ghcr.io
45
username: ${{ github.repository_owner }}
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
78
79
80
0 commit comments