From 9dfe951d5e34ac39670f00cbfe6765d94c8347be Mon Sep 17 00:00:00 2001 From: rl544 <111494264+rl544@users.noreply.github.com> Date: Mon, 23 Mar 2026 13:03:13 +0900 Subject: [PATCH] Update postgres.yml --- .github/workflows/postgres.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/postgres.yml b/.github/workflows/postgres.yml index 5705d83..0a68bca 100644 --- a/.github/workflows/postgres.yml +++ b/.github/workflows/postgres.yml @@ -13,7 +13,7 @@ jobs: - name: Save Images to TAR run: | - docker save postgres:18-alpine postgres18.tar + docker save postgres:18-alpine -o postgres18.tar - name: Upload Artifact uses: actions/upload-artifact@v4