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 6252aa1 commit 31807d6Copy full SHA for 31807d6
1 file changed
.github/workflows/ci-image.yml
@@ -38,7 +38,7 @@ jobs:
38
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
39
40
- name: Log in to GitHub Container Registry
41
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
+ uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
42
with:
43
registry: ${{ env.REGISTRY }}
44
username: ${{ github.actor }}
@@ -91,7 +91,7 @@ jobs:
91
timeout-minutes: 10
92
steps:
93
94
95
96
97
0 commit comments