Update docker/setup-buildx-action action to v3.9.0 #none minor
All checks were successful
Actionlint / build (push) Successful in 8s
All checks were successful
Actionlint / build (push) Successful in 8s
This commit was merged in pull request #6.
This commit is contained in:
@@ -59,7 +59,7 @@ runs:
|
||||
- run: echo "::endgroup::"
|
||||
- run: echo "::group::Setup Buildx"
|
||||
- name: Setup Docker buildx
|
||||
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
|
||||
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.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