Attempt to fix build failures
This commit is contained in:
parent
0bfeb70595
commit
87189662c2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker-publish.yml
vendored
1
.github/workflows/docker-publish.yml
vendored
|
@ -49,4 +49,5 @@ jobs:
|
||||||
env:
|
env:
|
||||||
IMAGE_ID: docker.pkg.github.com/${{ github.repository }}/${{ matrix.image }}:latest
|
IMAGE_ID: docker.pkg.github.com/${{ github.repository }}/${{ matrix.image }}:latest
|
||||||
run: |
|
run: |
|
||||||
|
docker buildx create --driver-opt=image=moby/buildkit:v0.8.0 --use
|
||||||
docker buildx build --push --platform linux/amd64 --tag $IMAGE_ID ./${{ matrix.image }}
|
docker buildx build --push --platform linux/amd64 --tag $IMAGE_ID ./${{ matrix.image }}
|
||||||
|
|
Loading…
Reference in a new issue