Skip to content

Commit a282058

Browse files
chore(deps): update docker/login-action digest to 184bdaa (#1474)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3aea4f8 commit a282058

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Login to registry (${{env.REGISTRY}})
8181
# run this stage only if there are changes that match the includes and not the excludes
8282
if: steps.changed-files.outputs.any_changed == 'true'
83-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
83+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
8484
with:
8585
registry: ${{ env.REGISTRY }}
8686
username: ${{ vars.QUAY_USERNAME }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: Login to registry (${{env.REGISTRY}})
104104
# run this stage only if there are changes that match the includes and not the excludes
105105
if: steps.changed-files.outputs.any_changed == 'true'
106-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
106+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
107107
with:
108108
registry: ${{ env.REGISTRY }}
109109
username: ${{ vars.QUAY_USERNAME }}

0 commit comments

Comments
 (0)