Skip to content

Commit b16d833

Browse files
chore(deps): update docker/login-action action to v3.6.0 (#383)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dd5cb06 commit b16d833

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/build-tools-single-stage/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ runs:
223223
224224
- name: Log in to Container Registry
225225
if: steps.check-exists.outputs.exists == 'false'
226-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
226+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
227227
with:
228228
registry: ${{ inputs.registry }}
229229
username: ${{ inputs.registry_username }}

.github/workflows/build-benv-multiarch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
ARM64_SRC: ${{ needs.build-arm64.outputs.final_image }}
6868
steps:
6969
- name: Login to GHCR
70-
uses: docker/login-action@v3
70+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
7171
with:
7272
registry: ghcr.io
7373
username: ${{ github.actor }}
@@ -85,7 +85,7 @@ jobs:
8585
docker buildx imagetools inspect "$CACHE_TAG"
8686
8787
- name: Login to Docker Hub
88-
uses: docker/login-action@v3
88+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
8989
with:
9090
registry: docker.io
9191
username: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)