update vars; FIX ERROR: "docker buildx build" requires exactly 1 argument....i think
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Chris Hammer 2023-11-19 01:14:58 -05:00
parent fa0caaf516
commit 4edf11953f

View File

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