From d0b303e54fe65b38b347bf2eaec1e46a401fba43 Mon Sep 17 00:00:00 2001 From: Javier Evans Date: Tue, 9 Jan 2024 17:49:19 -0800 Subject: [PATCH] fix file path for oss image upload --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8c009c67..dee604dc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -66,7 +66,7 @@ jobs: docker tag localhost:5000/nginx-s3-gateway nginx-s3-gateway - name: save image for upload run: | - docker save nginx-s3-gateway > oss.tar + docker save nginx-s3-gateway > /tmp/oss.tar - name: Upload artifact - oss uses: actions/upload-artifact@v3 with: