update vars; FIX ERROR: "docker buildx build" requires exactly 1 argument....i think
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
fa0caaf516
commit
4edf11953f
@ -48,7 +48,9 @@ type: exec
|
|||||||
name: check_docker
|
name: check_docker
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
BUILD_PREFIX: gitea.thezengarden.net/podman/images
|
BUILD_PREFIX : gitea.thezengarden.net/podman/images
|
||||||
|
BUILD_NAME : ansible-dev
|
||||||
|
BUILD_TAG : latest
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
@ -83,4 +85,4 @@ steps:
|
|||||||
|
|
||||||
- name: docker_build
|
- name: docker_build
|
||||||
commands:
|
commands:
|
||||||
- docker build -t $BUILD_PREFIX .
|
- docker build -t $BUILD_PREFIX/$BUILD_NAME:$BUILD_TAG .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user