aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
-rw-r--r--docker/Dockerfile2
2 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 36f1969a..0550338e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,5 +24,5 @@ jobs:
script: >
sudo manifest-tool push from-args \
--platforms linux/amd64,linux/arm64 \
- --template ${DOCKER_USERNAME}/xtesting:ARCH-latest \
- --target ${DOCKER_USERNAME}/xtesting:latest
+ --template ${DOCKER_USERNAME}/xtesting:ARCH-gambia \
+ --target ${DOCKER_USERNAME}/xtesting:gambia
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 87a59c34..32af8435 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -1,6 +1,6 @@
FROM alpine:3.8
-ARG BRANCH=master
+ARG BRANCH=stable/gambia
ARG OPENSTACK_TAG=stable/queens
RUN apk --no-cache add --update python py-pip bash git && \