build push
This commit is contained in:
parent
2fb540d34a
commit
f1c603ddaa
3 changed files with 19 additions and 0 deletions
9
hooks/push
Normal file
9
hooks/push
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Custom build script to push images for all supported architectures.
|
||||
|
||||
for arch in amd64 arm32v5 arm32v7 arm64v8
|
||||
do
|
||||
echo "Pushing $IMAGE_NAME-$arch"
|
||||
docker push $IMAGE_NAME-$arch
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue