Skip to content

Commit 401c93a

Browse files
committed
fix(ci): olm pinned docker/login action
1 parent ee3e7bb commit 401c93a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly-install-olm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# Building and pushing a bundle to a running container is required due to how
6262
# Operator-SDK works. Once it allows for local bundle testing, this part may be omitted
6363
- name: Login to staging container registry
64-
uses: docker/login-action@v3
64+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
6565
with:
6666
username: ${{ secrets.TEST_DOCKER_HUB_USERNAME }}
6767
password: ${{ secrets.TEST_DOCKER_HUB_PASSWORD }}

0 commit comments

Comments
 (0)