diff --git a/.github/workflows/system-testing.yml b/.github/workflows/system-testing.yml index 84b7f9f6..09a2d4bc 100644 --- a/.github/workflows/system-testing.yml +++ b/.github/workflows/system-testing.yml @@ -42,8 +42,8 @@ jobs: uses: docker/build-push-action@v6 with: pull: true - push: false - file: test/Dockerfile-test + load: true + file: Dockerfile-test tags: nginx-opentracing-test/nginx cache-from: type=gha,scope=system-nginx cache-to: type=gha,scope=system-nginx,mode=max @@ -52,7 +52,7 @@ jobs: uses: docker/build-push-action@v6 with: pull: true - push: false + load: true file: test/Dockerfile-backend context: test tags: nginx-opentracing-test/backend @@ -63,7 +63,7 @@ jobs: uses: docker/build-push-action@v6 with: pull: true - push: false + load: true file: test/environment/grpc/Dockerfile context: test/environment/grpc tags: nginx-opentracing-test/grpc-backend diff --git a/test/Dockerfile-test b/Dockerfile-test similarity index 100% rename from test/Dockerfile-test rename to Dockerfile-test