mirror of
https://github.com/dragonheim/gagent.git
synced 2025-01-18 04:56:28 -08:00
Removing unused image and fixing the buildx command.
This commit is contained in:
parent
ab8ff0a2d8
commit
72db0636dc
1 changed files with 1 additions and 2 deletions
|
@ -26,7 +26,6 @@ steps:
|
|||
alert_type: "info"
|
||||
|
||||
- name: Validate code base and dependencies
|
||||
# image: golang:1.16-alpine3.13
|
||||
image: dragonheim/golang:1.16.4
|
||||
volumes:
|
||||
- name: dockersock
|
||||
|
@ -58,7 +57,7 @@ steps:
|
|||
# - @TODO I really don't know how to do unit tests. Will need to figure this out eventually.
|
||||
|
||||
### 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} -f docker/Dockerfile .
|
||||
- docker buildx build --platform linux/amd64 --progress plain -t ${DRONE_REPO}:${DRONE_COMMIT} -f docker/Dockerfile .
|
||||
|
||||
### Run a security check and warn us about lower level vulnerabilities
|
||||
|
|
Loading…
Add table
Reference in a new issue