Update postgres.yml

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