mirror of
https://github.com/bitnami/minideb.git
synced 2026-06-04 10:13:55 +08:00
Also push images to GCR.
We want to make our images available on GCR as well as dockerhub. It is using our test account for now while testing Travis integration.
This commit is contained in:
@@ -10,6 +10,7 @@ wheezy
|
||||
LATEST=jessie
|
||||
|
||||
BASENAME=jamesw/minideb
|
||||
GCR_BASENAME=gcr.io/bitnamigcetest2/minideb
|
||||
|
||||
mkdir -p build
|
||||
|
||||
@@ -25,5 +26,7 @@ for DIST in $DISTS; do
|
||||
echo "============================================"
|
||||
./test $IMPORTED
|
||||
docker tag $IMPORTED $BASENAME:$DIST
|
||||
docker tag $IMPORTED $GCR_BASENAME:$DIST
|
||||
done
|
||||
docker tag $BASENAME:$LATEST $BASENAME:latest
|
||||
docker tag $GCR_BASENAME:$LATEST $GCR_BASENAME:latest
|
||||
|
||||
Reference in New Issue
Block a user