From d150949c88a86e56132a4a599e6ec58ba87c1c94 Mon Sep 17 00:00:00 2001 From: Cody Maffucci <46459665+Maffooch@users.noreply.github.com> Date: Wed, 6 Nov 2024 14:03:28 -0600 Subject: [PATCH] Adjust artifact paths --- .github/workflows/integration-tests.yml | 4 ++-- .github/workflows/k8s-tests.yml | 4 ++-- .github/workflows/rest-framework-tests.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 362c7b3879e..a98089cf295 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -54,8 +54,8 @@ jobs: - name: Load docker images timeout-minutes: 10 run: |- - docker load -i nginx/nginx-${{ matrix.os }}_img - docker load -i django/django-${{ matrix.os }}_img + docker load -i nginx-${{ matrix.os }}_img + docker load -i django-${{ matrix.os }}_img docker load -i integration-tests/integration-tests-debian_img docker images diff --git a/.github/workflows/k8s-tests.yml b/.github/workflows/k8s-tests.yml index 0a81e4e3aa4..b5e7e4ec80e 100644 --- a/.github/workflows/k8s-tests.yml +++ b/.github/workflows/k8s-tests.yml @@ -58,8 +58,8 @@ jobs: timeout-minutes: 10 run: |- eval $(minikube docker-env) - docker load -i nginx/nginx-${{ matrix.os }}_img - docker load -i django/django-${{ matrix.os }}_img + docker load -i nginx-${{ matrix.os }}_img + docker load -i django-${{ matrix.os }}_img docker images - name: Configure HELM repos diff --git a/.github/workflows/rest-framework-tests.yml b/.github/workflows/rest-framework-tests.yml index bb97926e07e..cb17ee8da9e 100644 --- a/.github/workflows/rest-framework-tests.yml +++ b/.github/workflows/rest-framework-tests.yml @@ -29,8 +29,8 @@ jobs: - name: Load docker images timeout-minutes: 10 run: |- - docker load -i nginx/nginx-${{ matrix.os }}_img - docker load -i django/django-${{ matrix.os }}_img + docker load -i nginx-${{ matrix.os }}_img + docker load -i django-${{ matrix.os }}_img docker images # run tests with docker compose