diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-09-13 11:20:02 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-09-13 11:20:02 +0200 |
commit | 6baf1feacf19538482bec9bf70b0d0f0cf26971f (patch) | |
tree | 0ae2128fe787917ff913e3f8134ac7c4126b2ce5 /.travis.yml | |
parent | 4800ec18618799cacf8c3c93c9afa0acc8cf102d (diff) |
Prepare gambia Docker tags
Change-Id: I409975acd1493e2f5a6bdcb3a4bd6ff6e383e02e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/.travis.yml b/.travis.yml index e4060757f..a7e7fb8e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,8 @@ jobs: script: > sudo manifest-tool push from-args \ --platforms linux/amd64 \ - --template ${DOCKER_USERNAME}/functest-core:ARCH-latest \ - --target ${DOCKER_USERNAME}/functest-core:latest + --template ${DOCKER_USERNAME}/functest-core:ARCH-gambia \ + --target ${DOCKER_USERNAME}/functest-core:gambia - stage: build functest-tempest images script: sudo -E bash build.sh env: @@ -36,8 +36,8 @@ jobs: script: > sudo manifest-tool push from-args \ --platforms linux/amd64 \ - --template ${DOCKER_USERNAME}/functest-tempest:ARCH-latest \ - --target ${DOCKER_USERNAME}/functest-tempest:latest + --template ${DOCKER_USERNAME}/functest-tempest:ARCH-gambia \ + --target ${DOCKER_USERNAME}/functest-tempest:gambia - stage: build all functest images script: sudo -E bash build.sh env: @@ -73,25 +73,25 @@ jobs: script: > sudo manifest-tool push from-args \ --platforms linux/amd64 \ - --template ${DOCKER_USERNAME}/functest-healthcheck:ARCH-latest \ - --target ${DOCKER_USERNAME}/functest-healthcheck:latest + --template ${DOCKER_USERNAME}/functest-healthcheck:ARCH-gambia \ + --target ${DOCKER_USERNAME}/functest-healthcheck:gambia - script: > sudo manifest-tool push from-args \ --platforms linux/amd64 \ - --template ${DOCKER_USERNAME}/functest-smoke:ARCH-latest \ - --target ${DOCKER_USERNAME}/functest-smoke:latest + --template ${DOCKER_USERNAME}/functest-smoke:ARCH-gambia \ + --target ${DOCKER_USERNAME}/functest-smoke:gambia - script: > sudo manifest-tool push from-args \ --platforms linux/amd64 \ - --template ${DOCKER_USERNAME}/functest-features:ARCH-latest \ - --target ${DOCKER_USERNAME}/functest-features:latest + --template ${DOCKER_USERNAME}/functest-features:ARCH-gambia \ + --target ${DOCKER_USERNAME}/functest-features:gambia - script: > sudo manifest-tool push from-args \ --platforms linux/amd64 \ - --template ${DOCKER_USERNAME}/functest-components:ARCH-latest \ - --target ${DOCKER_USERNAME}/functest-components:latest + --template ${DOCKER_USERNAME}/functest-components:ARCH-gambia \ + --target ${DOCKER_USERNAME}/functest-components:gambia - script: > sudo manifest-tool push from-args \ --platforms linux/amd64 \ - --template ${DOCKER_USERNAME}/functest-vnf:ARCH-latest \ - --target ${DOCKER_USERNAME}/functest-vnf:latest + --template ${DOCKER_USERNAME}/functest-vnf:ARCH-gambia \ + --target ${DOCKER_USERNAME}/functest-vnf:gambia |