Skip to content

Commit

Permalink
ci: use latest image
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdrivingduck committed Nov 19, 2023
1 parent ef4db25 commit 4bc2825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
-t \
--name polardb_${{ matrix.container_image }} \
-v `pwd`:/home/postgres/PolarDB-for-PostgreSQL \
mrdrivingduck/polardb_pg_devel:${{ matrix.container_image }} \
polardb/polardb_pg_devel:${{ matrix.container_image }} \
bash && \
docker start polardb_${{ matrix.container_image }}
Expand Down

0 comments on commit 4bc2825

Please sign in to comment.