Skip to content

Commit 0fdf12b

Browse files
committed
ci: add buildx step
Signed-off-by: Ramon Roche <[email protected]>
1 parent fa17d0f commit 0fdf12b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dev_container.yml

+5
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,11 @@ jobs:
150150
username: ${{ github.actor }}
151151
password: ${{ secrets.GITHUB_TOKEN }}
152152

153+
- name: Set up Docker Buildx
154+
uses: docker/setup-buildx-action@v3
155+
with:
156+
version: v0.20.1
157+
153158
- name: Push Images to Registry
154159
uses: docker/build-push-action@v6
155160
with:

0 commit comments

Comments
 (0)