From 27668a0c9fd18f48f5984981ed31207c4ce1cead Mon Sep 17 00:00:00 2001 From: jeremyzyngeraneo Date: Tue, 14 Nov 2023 16:09:49 +0100 Subject: [PATCH] ci: update test-container with docker save --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6448a921..b39dcb22 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -339,7 +339,7 @@ jobs: - name: Build Docker image run: | docker build -t test_image:latest --build-arg WORKER_DLL_IMAGE=dockerhubaneo/armonik_worker_dll:$VERSION -f Tests/ArmoniK.EndToEndTests/ArmoniK.EndToEndTests.Worker/Dockerfile . - + docker save "test_image:latest" | sudo k3s ctr images import /dev/stdin - name: Change version run: | cp tools/parameters.tfvars ${{ github.workspace }}/infra/infrastructure/quick-deploy/localhost/all-in-one/parameters.tfvars