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 ee3dce3 commit 390e5dfCopy full SHA for 390e5df
1 file changed
.github/workflows/registry.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v4
23
-
24
name: Log in to the container registry
25
- uses: docker/login-action@3.6.0
+ uses: docker/login-action@v3
26
with:
27
registry: ${{ env.REGISTRY }}
28
username: ${{ github.actor }}
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
54
0 commit comments