Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit e285d5c

Browse files
chore(deps): update docker/login-action action to v3.4.0 (#39)
1 parent 570fbac commit e285d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-push-container/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ runs:
219219
220220
- name: Log in to Container Registry
221221
if: steps.check-exists.outputs.exists == 'false'
222-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
222+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
223223
with:
224224
registry: ${{ inputs.registry }}
225225
username: ${{ inputs.registry_username }}

0 commit comments

Comments
 (0)