Merge pull request 'Update docker/login-action action to v3.6.0 #none minor' (#20) from renovate-github-actions into main
All checks were successful
Actionlint / build (push) Successful in 20s

This commit was merged in pull request #20.
This commit is contained in:
2025-09-29 14:06:44 +03:00

View File

@@ -78,7 +78,7 @@ runs:
- run: echo "::group::Log into Registry ${{ inputs.registry }}"
if: ${{ always() }}
- name: Log into registry ${{ inputs.registry }}
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
with:
registry: ${{ inputs.registry }}
username: ${{ github.actor }}