Update docker/login-action action to v3.4.0 #none minor #9

Merged
renovate merged 1 commits from renovate-github-actions into main 2025-03-14 13:08:06 +02:00
Showing only changes of commit 95ef39b83c - Show all commits

View File

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