chore: Release dkl version 1.2.3

This commit is contained in:
Mikaël Cluseau
2026-07-17 14:28:50 +02:00
parent a003043c93
commit 2aeb9ee132
5 changed files with 30 additions and 16 deletions
+2 -2
View File
@@ -2,12 +2,12 @@ set -ex
tag=$(git describe --always)
repo=novit.tech/direktil/dkl:$tag
docker build --push --platform=linux/amd64,linux/arm64 . -t $repo
publish() {
arch=$1
pf=$2
docker build --push --platform=$pf . -t $repo
for bin in dkl dls; do
curl --user $(jq '.auths["novit.tech"].auth' ~/.docker/config.json -r |base64 -d) \
--upload-file <(docker run --rm --platform $pf $repo cat /bin/$bin) \