Skip to content

Commit fc42f59

Browse files
author
Jennings Zhang
authored
Re-enable buildx
1 parent 601bdd6 commit fc42f59

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,9 @@ jobs:
2929
echo $dock_image
3030
echo "::set-output name=dock_image::$dock_image"
3131
echo "::set-output name=repo::$repo"
32-
- uses: actions/checkout@v2
3332
34-
# # QEMU is for emulating non-x86_64 platforms
3533
# - uses: docker/setup-qemu-action@v1
36-
# # buildx is the next-generation docker image builder
37-
# - uses: docker/setup-buildx-action@v1
38-
# with:
39-
# driver-opts: network=host
40-
# save some time during rebuilds
34+
- uses: docker/setup-buildx-action@v1
4135
- name: Cache Docker layers
4236
uses: actions/cache@v2
4337
with:
@@ -64,8 +58,6 @@ jobs:
6458
uses: docker/build-push-action@v2
6559
id: docker_build
6660
with:
67-
context: .
68-
file: ./Dockerfile
6961
tags: |
7062
docker.io/${{ steps.determine.outputs.dock_image }}
7163
ghcr.io/${{ steps.determine.outputs.dock_image }}

0 commit comments

Comments
 (0)