build context != Dockerfile
This commit is contained in:
parent
f43c4f64a9
commit
081580da91
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-images.yml
vendored
2
.github/workflows/build-images.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
--tag ${IMAGE}:${VERSION} --tag ${IMAGE}:${VERSION%%-*} \
|
||||
--platform linux/amd64,linux/386,${QEMU_PLATFORMS} .
|
||||
echo ::set-output name=buildx_edge_args::--tag ${IMAGE}:edge \
|
||||
--platform linux/amd64,linux/386,${QEMU_PLATFORMS} Dockerfile-edge
|
||||
--platform linux/amd64,linux/386,${QEMU_PLATFORMS} -f Dockerfile-edge .
|
||||
echo ::set-output name=qemu_platforms::${QEMU_PLATFORMS}
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue