Skip to content

Commit e9d4760

Browse files
authored
ci(action): update docker/login-action action to v3.7.0
1 parent c4b65ad commit e9d4760

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/pack/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ runs:
7171
echo dockerfile=${DOCKERFILE_PATH} >> ${GITHUB_OUTPUT}
7272
7373
- name: Login to GHCR
74-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
74+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
7575
with:
7676
registry: ghcr.io
7777
username: ${{ github.actor }}
@@ -90,7 +90,7 @@ runs:
9090

9191
- name: Login to Docker Hub
9292
if: ${{ inputs.enable_dockerhub == 'true' && inputs.dockerhub_username && inputs.dockerhub_token }}
93-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
93+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
9494
with:
9595
registry: docker.io
9696
username: ${{ inputs.dockerhub_username }}

0 commit comments

Comments
 (0)