Update postgres.yml

This commit is contained in:
rl544
2026-03-23 12:56:53 +09:00
committed by GitHub
parent 99cc68600a
commit 0a1985a4d0
+4
View File
@@ -7,6 +7,10 @@ jobs:
download: download:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Login
run: |
docker login dhi.io
- name: Pull Images - name: Pull Images
run: | run: |
docker pull dhi.io/postgres:18-alpine3.22-dev docker pull dhi.io/postgres:18-alpine3.22-dev