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
All checks were successful
Actionlint / build (push) Successful in 20s
This commit was merged in pull request #20.
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user