lev-templates/chores/publish

13 lines
333 B
Text
Raw Permalink Normal View History

2026-01-24 16:34:44 +00:00
#!/bin/sh
script="$( readlink -f "${0}" )"
script_dir="$( dirname "${script}" )"
repo_dir="$( readlink -f "${script_dir}/.." )"
docker buildx build \
--pull --push \
--file "${script_dir}/.publish/Dockerfile" \
--tag "code.lenaisten.de/lenaisten/lev-templates:latest" \
--platform "linux/amd64" \
"${repo_dir}"