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

This commit is contained in:
2025-06-18 09:08:40 +00:00
parent e5b46d6385
commit 046a225e7e

View File

@@ -63,7 +63,7 @@ runs:
- run: echo "::endgroup::"
- run: echo "::group::Setup Buildx"
- name: Setup Docker buildx
uses: docker/setup-buildx-action@18ce135bb5112fa8ce4ed6c17ab05699d7f3a5e0 # v3.11.0
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
- run: echo "::endgroup::"
- run: echo "::group::Log into Registry ${{ inputs.registry }}"
- name: Log into registry ${{ inputs.registry }}