forked from mirrors/relay
Version v0.1.0-r109
This commit is contained in:
parent
5305b70b83
commit
e65c21582c
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ function build_image() {
|
|||
-t "${repo}:latest-${arch}" \
|
||||
.
|
||||
|
||||
docker push "${repo}:${tag}-arm64v8"
|
||||
docker push "${repo}:latest-arm64v8"
|
||||
docker push "${repo}:${tag}-${arch}"
|
||||
docker push "${repo}:latest-${arch}"
|
||||
}
|
||||
|
||||
require "$TAG" "tag"
|
||||
|
|
Loading…
Reference in a new issue