Skip to content

Commit

Permalink
ci: update test-container with docker save (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem authored Nov 14, 2023
2 parents a2f7cc4 + 27668a0 commit e62f3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e62f3ad

Please sign in to comment.