Update docker/login-action action to v3.6.0 #none minor
All checks were successful
Actionlint / build (push) Successful in 20s

This commit is contained in:
2025-09-29 11:06:41 +00:00
parent 1e7ef5dfa5
commit c3d97a54a3

View File

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