Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zostaw authored Aug 18, 2023
1 parent afecbed commit f345177
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ jobs:
version: latest
- name: build the image
run: |
docker buildx build \
--tag zostaw/multiarch-home-page-actions:latest \
--platform linux/amd64,linux/arm/v6,linux/arm64 .
docker buildx create --use desktop-linux
docker buildx build --push --platform linux/arm/v6,linux/arm64/v8,linux/amd64 --tag zostaw/multiarch-home-page:buildx-latest .

0 comments on commit f345177

Please sign in to comment.