Skip to content

Commit 2d36be1

Browse files
chore(deps): update docker/setup-buildx-action action to v3.11.0 (#431)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 52a108a commit 2d36be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up QEMU
2929
uses: docker/[email protected]
3030
- name: Set up Docker Buildx
31-
uses: docker/setup-buildx-action@v3.10.0
31+
uses: docker/setup-buildx-action@v3.11.0
3232
- name: PrepareReg Names
3333
run: |
3434
echo IMAGE_REPOSITORY="$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)