lev-templates/deploy/publish

11 lines
242 B
Text
Raw Permalink Normal View History

2025-05-12 23:47:41 +00:00
#!/bin/sh
script="$( readlink -f "${0}" )"
script_dir="$( dirname "${script}" )"
docker buildx build \
--pull --push \
--tag "code.lenaisten.de/lenaisten/lev-templates:latest" \
--platform "linux/amd64" \
"${script_dir}/.."