Update postgres.yml

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