Skip to content

Commit 5a6790b

Browse files
committed
Revert "Bump docker/login-action from 4.0.0 to 4.1.0"
This reverts commit 6982bae.
1 parent 6982bae commit 5a6790b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Log in to the Container registry
6060
if: ${{ !env.ACT && vars.DO_DOCKER_PUSH == 'true' }}
61-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
61+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
6262
with:
6363
registry: ghcr.io
6464
username: ${{ github.actor }}

0 commit comments

Comments
 (0)