build context != Dockerfile

This commit is contained in:
El RIDO 2021-05-06 20:31:41 +02:00
parent f43c4f64a9
commit 081580da91
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

View file

@ -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