We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a4aa1c + 937b830 commit 6675f9cCopy full SHA for 6675f9c
.github/workflows/build-containers.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: actions/checkout@v6
46
47
- name: Log in to the Container registry
48
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
+ uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
49
with:
50
registry: ${{ env.REGISTRY }}
51
username: ${{ github.actor }}
.github/workflows/build-release.yml
@@ -46,7 +46,7 @@ jobs:
52
0 commit comments