chore: Release dkl version 1.2.3
This commit is contained in:
+2
-2
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user