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 88dafad commit 5e30c61Copy full SHA for 5e30c61
.github/workflows/main.yaml
@@ -40,7 +40,7 @@ jobs:
40
type=raw,value={{branch}}
41
42
- name: Log in to the Container registry
43
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
44
with:
45
registry: ${{ env.REGISTRY }}
46
username: ${{ github.actor }}
.github/workflows/on-release.yaml
@@ -49,7 +49,7 @@ jobs:
49
fi
50
51
52
53
54
55
0 commit comments