From ed071efbda47f42e9fad4d20bb21c38a9b1cfa47 Mon Sep 17 00:00:00 2001 From: Simone Gotti Date: Fri, 6 Sep 2019 09:48:45 +0200 Subject: [PATCH] agola run: update to agola-web v0.2.0 --- .agola/config.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.agola/config.jsonnet b/.agola/config.jsonnet index e31480f..96f4753 100644 --- a/.agola/config.jsonnet +++ b/.agola/config.jsonnet @@ -94,7 +94,7 @@ local task_build_push_images(name, target, push) = |||, }, ]) + [ - { type: 'run', command: '/kaniko/executor --context=dir:///kaniko/agola --build-arg AGOLAWEB_IMAGE=sorintlab/agola-web:v0.1.2 --target %s %s' % [target, options] }, + { type: 'run', command: '/kaniko/executor --context=dir:///kaniko/agola --build-arg AGOLAWEB_IMAGE=sorintlab/agola-web:v0.2.0 --target %s %s' % [target, options] }, ], depends: ['checkout code and save to workspace', 'integration tests', 'test docker driver'], };