Skip to content

Commit

Permalink
fix(ci/publish): save to docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Oct 23, 2023
1 parent f9cce39 commit e370160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if: steps.cache-image.outputs.cache-hit != 'true'
run: |
cd docker
docker buildx build --platform=linux/amd64,linux/arm64 --tag venmic-builder .
docker buildx build --platform=linux/amd64,linux/arm64 --tag venmic-builder --load .
docker save > venmic-builder.tar
build-x86_64:
Expand Down

0 comments on commit e370160

Please sign in to comment.