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

This commit was merged in pull request #16.
This commit is contained in:
2025-08-04 17:06:31 +03:00

View File

@@ -67,7 +67,7 @@ runs:
- run: echo "::endgroup::"
- run: echo "::group::Log into Registry ${{ inputs.registry }}"
- name: Log into registry ${{ inputs.registry }}
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
with:
registry: ${{ inputs.registry }}
username: ${{ github.actor }}