We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3e7bb commit 401c93aCopy full SHA for 401c93a
1 file changed
.github/workflows/nightly-install-olm.yml
@@ -61,7 +61,7 @@ jobs:
61
# Building and pushing a bundle to a running container is required due to how
62
# Operator-SDK works. Once it allows for local bundle testing, this part may be omitted
63
- name: Login to staging container registry
64
- uses: docker/login-action@v3
+ uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
65
with:
66
username: ${{ secrets.TEST_DOCKER_HUB_USERNAME }}
67
password: ${{ secrets.TEST_DOCKER_HUB_PASSWORD }}
0 commit comments