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

This commit was merged in pull request #14.
This commit is contained in:
2025-06-16 13:08:25 +00:00
parent 69cad58d3f
commit e5b46d6385

View File

@@ -63,7 +63,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@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 uses: docker/setup-buildx-action@18ce135bb5112fa8ce4ed6c17ab05699d7f3a5e0 # v3.11.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 }}