From a15e1cd6f97e94135899e8c3484fc23b1d09ad4e Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 13 Sep 2018 11:14:58 +0200 Subject: Update .travis.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It takes the new tag into account. Change-Id: I83c64de06ca89112633bb1f024f143d0c554db28 Signed-off-by: Cédric Ollivier --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 36f1969a..5efca9f4 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-fraser \ + --target ${DOCKER_USERNAME}/xtesting:fraser -- cgit 1.2.3-korg