Duh, need to tell it how to get to the Dockerfile.

This commit is contained in:
James Wells 2021-05-22 08:43:00 -07:00
parent b27abe8a86
commit 4fb3e72cc2
Signed by: jwells
GPG key ID: 73196D10B8E65666

View file

@ -49,7 +49,7 @@ steps:
### Build test container.
# - docker buildx build --platform linux/arm/v7,linux/amd64,linux/arm64 --progress plain -t ${DRONE_REPO}:${DRONE_COMMIT} .
- docker buildx build --platform linux/amd64 --progress plain -t ${DRONE_REPO}:${DRONE_COMMIT} .
- docker buildx build --platform linux/amd64 --progress plain -t ${DRONE_REPO}:${DRONE_COMMIT} -f docker/Dockerfile .
- name: Notify Datadog