Skip to content

Commit 3e66f00

Browse files
chore(deps): update docker/login-action action to v4 (#38)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 59e53ec commit 3e66f00

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ runs:
135135

136136
- name: Login to Registry
137137
if: inputs.push == 'true' && inputs.registry-username != '' && inputs.registry-password != ''
138-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
138+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
139139
with:
140140
registry: ${{ inputs.registry }}
141141
username: ${{ inputs.registry-username }}

.github/workflows/pr-publish.yaml

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

112112
- name: Login to Quay
113113
if: env.HAS_QUAY_AUTH == 'true'
114-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
114+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
115115
with:
116116
registry: ${{ env.REGISTRY }}
117117
username: ${{ secrets.QUAY_USERNAME }}

0 commit comments

Comments
 (0)