diff options
author | 2022-04-22 17:30:22 +0200 | |
---|---|---|
committer | 2022-04-22 17:31:13 +0200 | |
commit | ef0dc5721e6d4b9238074d2a32f0c0d7dda40b95 (patch) | |
tree | cd6e8913a9bbdf81831407c3b4e15b4d1ac43685 /.travis.yml | |
parent | e9164fb9c198219390c54ed2b85a4df80ddda352 (diff) |
Prepare Yoga release
Change-Id: I980b05b4554d36063097a7b14072d6287ad654ad
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index c1adf478..0ffa75c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,8 +43,8 @@ jobs: script: > sudo manifest-tool push from-args \ --platforms linux/amd64,linux/arm,linux/arm64 \ - --template ${DOCKER_USERNAME}/xtesting:ARCH-latest \ - --target ${DOCKER_USERNAME}/xtesting:latest + --template ${DOCKER_USERNAME}/xtesting:ARCH-yoga \ + --target ${DOCKER_USERNAME}/xtesting:yoga - stage: build xtesting-mts images script: sudo -E bash build.sh env: @@ -71,5 +71,5 @@ jobs: script: > sudo manifest-tool push from-args \ --platforms linux/amd64,linux/arm,linux/arm64 \ - --template ${DOCKER_USERNAME}/xtesting-mts:ARCH-latest \ - --target ${DOCKER_USERNAME}/xtesting-mts:latest + --template ${DOCKER_USERNAME}/xtesting-mts:ARCH-yoga \ + --target ${DOCKER_USERNAME}/xtesting-mts:yoga |