更新 docker-run.yaml,使用 postgres:14-alpine 镜像替代 postgres:14
Some checks are pending
/ test-timezone (push) Waiting to run
/ docker-run (push) Successful in 2s
/ hashFiles (push) Successful in -32s
/ go-hashfiles (push) Successful in -18s
/ Cache-Java-Test (push) Successful in -31s
/ opt_hostedtoolcache (push) Successful in -32s
/ job1 (push) Successful in -33s
/ job2 (push) Successful in -7s
/ job3 (push) Has been skipped

This commit is contained in:
严浩
2025-02-21 12:04:38 +08:00
parent 8e9aac5e1d
commit 1333c87c2b

View File

@ -4,4 +4,4 @@ jobs:
docker-run:
runs-on: ubuntu-latest
steps:
- run: docker run --rm --quiet postgres:14 pg_dump --version
- run: docker run --rm --quiet postgres:14-alpine pg_dump --version