Update docker/setup-buildx-action action to v3.11.0 #none minor
All checks were successful
Actionlint / build (push) Successful in 21s
All checks were successful
Actionlint / build (push) Successful in 21s
This commit was merged in pull request #14.
This commit is contained in:
@@ -63,7 +63,7 @@ runs:
|
||||
- run: echo "::endgroup::"
|
||||
- run: echo "::group::Setup Buildx"
|
||||
- name: Setup Docker buildx
|
||||
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
|
||||
uses: docker/setup-buildx-action@18ce135bb5112fa8ce4ed6c17ab05699d7f3a5e0 # v3.11.0
|
||||
- run: echo "::endgroup::"
|
||||
- run: echo "::group::Log into Registry ${{ inputs.registry }}"
|
||||
- name: Log into registry ${{ inputs.registry }}
|
||||
|
||||
Reference in New Issue
Block a user