Skip to content

Commit 7c7b271

Browse files
committed
ci: dont use buildx anymore
Signed-off-by: Ramon Roche <[email protected]>
1 parent 6db717c commit 7c7b271

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/dev_container.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
type=raw,enable=true,value=${{ steps.px4_version.outputs.px4_version }},priority=1000
5757
5858
build:
59-
name: Build and Push Container
59+
name: Build Container (${{ matrix.arch }})
6060
needs: setup
6161
strategy:
6262
matrix:
@@ -91,11 +91,6 @@ jobs:
9191
username: ${{ github.actor }}
9292
password: ${{ secrets.GITHUB_TOKEN }}
9393

94-
- name: Set up Docker Buildx
95-
uses: docker/setup-buildx-action@v3
96-
with:
97-
version: v0.20.1
98-
9994
- name: Build and Load Container Image
10095
uses: docker/build-push-action@v6
10196
id: docker

0 commit comments

Comments
 (0)