Skip to content

Commit db72724

Browse files
committed
Update setup-buildx-action to v4
1 parent c8c8afd commit db72724

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: read
1414
steps:
1515
- uses: actions/checkout@v6
16-
- uses: docker/setup-buildx-action@v3
16+
- uses: docker/setup-buildx-action@v4
1717
- name: Build image
1818
run: docker buildx build . -o type=oci,dest=image.tar
1919
- name: Push image to Caasis

0 commit comments

Comments
 (0)