forked from mirrors/relay
Version v0.1.0-r104
This commit is contained in:
parent
aaa54d26cc
commit
2a9a0af9ee
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue