Load flag
continuous-integration/drone/push Build is failing Details

pull/5/head
jhot 2023-11-01 13:18:01 -06:00
parent 485ecfc7b5
commit 0fb32a4f1d
Signed by: jhot
GPG Key ID: 612ED70E22571DD4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ vars:
tasks: tasks:
build: build:
cmds: cmds:
- docker buildx build --platform linux/amd64,linux/arm64 -t "{{.NAME}}:{{.TAG}}" . - docker buildx build --load --platform linux/amd64,linux/arm64 -t "{{.NAME}}:{{.TAG}}" .
vars: vars:
TAG: '{{.TAG | default "latest"}}' TAG: '{{.TAG | default "latest"}}'
push: push: