Skip to content

Commit

Permalink
🐳 chore(.github/workflows/postgres-build.yml): Update Docker image …
Browse files Browse the repository at this point in the history
…tags for zhparser and postgis.
  • Loading branch information
vnobo committed Dec 12, 2024
1 parent c894d23 commit 9b82f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/postgres-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
run: docker buildx build --push -t ${{ vars.DOCKER_PREFIX }}/postgres:17 ./boot/postgres

- name: Build zhparser Docker image
run: docker buildx build --push -t ${{ vars.DOCKER_PREFIX }}/postgres:zhparser ./boot/postgres/zhparser
run: docker buildx build --push -t ${{ vars.DOCKER_PREFIX }}/postgres:17-zhparser ./boot/postgres/zhparser

- name: Build postgis Docker image
run: docker buildx build --push -t ${{ vars.DOCKER_PREFIX }}/postgres:postgis ./boot/postgres/postgis
run: docker buildx build --push -t ${{ vars.DOCKER_PREFIX }}/postgres:17-postgis ./boot/postgres/postgis

- name: Build latest Docker image
run: docker buildx build --push -t ${{ vars.DOCKER_PREFIX }}/postgres:latest ./boot/postgres/postgis

0 comments on commit 9b82f01

Please sign in to comment.