From e0862118d37306e138cc1864e1341953fd17dc6f Mon Sep 17 00:00:00 2001 From: Javier Evans Date: Tue, 9 Jan 2024 21:38:27 -0800 Subject: [PATCH] correct image name in later tests --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2da0aeef..acbaf0e8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -173,7 +173,7 @@ jobs: - name: Load image run: | docker load --input /tmp/latest-njs.tar - docker tag nginx-s3-gateway:latest-njs-oss nginx-s3-gateway + docker tag localhost:5000/nginx-s3-gateway:latest-njs-oss nginx-s3-gateway - name: Run tests - latest njs version run: ./test.sh --latest-njs --type oss @@ -209,7 +209,7 @@ jobs: - name: Load image run: | docker load --input /tmp/unprivileged.tar - docker tag nginx-s3-gateway:unprivileged nginx-s3-gateway + docker tag localhost:5000/nginx-s3-gateway:unprivileged nginx-s3-gateway - name: Run tests - stable njs version - unprivileged process run: ./test.sh --unprivileged --type oss