File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 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 :
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 }}
You can’t perform that action at this time.
0 commit comments