build: Debug
This commit is contained in:
parent
48f0e95635
commit
4248b95c12
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -86,8 +86,8 @@ jobs:
|
||||||
--output "type=image,push=false" \
|
--output "type=image,push=false" \
|
||||||
--build-arg "VERSION_ARG=${VERSION}" \
|
--build-arg "VERSION_ARG=${VERSION}" \
|
||||||
--build-arg "VCS_REF=${GITHUB_SHA::8}" \
|
--build-arg "VCS_REF=${GITHUB_SHA::8}" \
|
||||||
"$(printf '%s' "${LABELS[@]/#/ --label }" )" \
|
$(printf '%s' "${LABELS[@]/#/ --label }" ) \
|
||||||
"$(printf '%s' "${TAGS[@]/#/ --tag }" )" "${DIRECTORY}"
|
$(printf '%s' "${TAGS[@]/#/ --tag }" ) "${DIRECTORY}"
|
||||||
|
|
||||||
rm -f ${HOME}/.docker/config.json
|
rm -f ${HOME}/.docker/config.json
|
||||||
jdksks
|
jdksks
|
||||||
|
|
Loading…
Reference in a new issue