mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-26 08:08:58 -07:00
Duh, need to tell it how to get to the Dockerfile.
This commit is contained in:
parent
b27abe8a86
commit
4fb3e72cc2
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ steps:
|
||||||
|
|
||||||
### Build test container.
|
### 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/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
|
- name: Notify Datadog
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue