Update postgres.yml

This commit is contained in:
rl544
2026-03-23 12:59:19 +09:00
committed by GitHub
parent 553c7e0836
commit 46a6fc5b65
+2 -2
View File
@@ -9,11 +9,11 @@ jobs:
steps:
- name: Pull Images
run: |
docker pull dhi.io/postgres:18-alpine3.22
docker pull dhi.io/postgres:18-alpine
- name: Save Images to TAR
run: |
docker save dhi.io/postgres:18-alpine3.22 postgres18.tar
docker save dhi.io/postgres:18-alpine postgres18.tar
- name: Upload Artifact
uses: actions/upload-artifact@v4