Skip to content

Commit ec2cfe3

Browse files
chore(deps): update docker/setup-buildx-action action to v3.11.1
1 parent 52a108a commit ec2cfe3

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.1
3232
- name: PrepareReg Names
3333
run: |
3434
echo IMAGE_REPOSITORY="$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)