Version v0.1.0-r104

This commit is contained in:
asonix 2020-06-10 17:46:40 -05:00
parent aaa54d26cc
commit 2a9a0af9ee

View file

@ -33,7 +33,7 @@ function build_image() {
-f "Dockerfile.${arch}" \
-t "${repo}:${tag}-${arch}" \
-t "${repo}:latest-${arch}" \
./artifacts
.
docker push "${repo}:${tag}-arm64v8"
docker push "${repo}:latest-arm64v8"