Update docker/setup-buildx-action action to v3.9.0 #none minor
All checks were successful
Actionlint / build (push) Successful in 8s

This commit was merged in pull request #6.
This commit is contained in:
2025-02-06 14:06:26 +00:00
parent 356ccabf9c
commit 776f1b1fd1

View File

@@ -59,7 +59,7 @@ runs:
- run: echo "::endgroup::" - run: echo "::endgroup::"
- run: echo "::group::Setup Buildx" - run: echo "::group::Setup Buildx"
- name: Setup Docker 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 "::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 }}