Skip to content

Commit b1287cf

Browse files
chore(deps): update docker/login-action digest to 9780b0c
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a36c4ed commit b1287cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/docker-build/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ runs:
7070
7171
- name: Log in to the Container registry
7272
if: ${{ inputs.push }}
73-
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
73+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
7474
with:
7575
registry: ${{ inputs.registry }}
7676
username: ${{ inputs.username }}

.github/workflows/next-container-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Login to quay.io
8080
# run this stage only if there are changes that match the includes and not the excludes
8181
if: ${{ env.CHANGES != '' }}
82-
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
82+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
8383
with:
8484
registry: ${{ env.REGISTRY }}
8585
username: ${{ vars.QUAY_USERNAME }}

0 commit comments

Comments
 (0)