Skip to content

Commit c7fabab

Browse files
committed
doc: update workflows conifg.
1 parent d154987 commit c7fabab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@ jobs:
9191
run: docker login -u ${{ secrets.DOCKER_USER }} -p ${{ secrets.DOCKER_PASSWORD }}
9292

9393
- name: Build docs image:latest
94-
run: docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7 -t ${{ secrets.DOCKER_USER }}/html-tutorial:latest .
94+
run: |
95+
docker buildx create --use
96+
docker buildx ls
97+
docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7 -t ${{ secrets.DOCKER_USER }}/html-tutorial:latest .
9598
9699
# - name: Build docs image
97100
# if: steps.create_tag.outputs.successful

0 commit comments

Comments
 (0)