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 d10f4f2 commit 2928ff1Copy full SHA for 2928ff1
.github/workflows/build-image.yaml
@@ -24,7 +24,7 @@ jobs:
24
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
25
- name: Login to GitHub Container Registry
26
# yamllint disable-line rule:line-length
27
- uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
+ uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
28
with:
29
registry: ghcr.io
30
username: ${{ github.repository_owner }}
0 commit comments