Skip to content

Commit

Permalink
✨ feat(.github/workflows/postgres-build.yml): Update tags in the wo…
Browse files Browse the repository at this point in the history
…rkflow.
  • Loading branch information
vnobo committed Dec 12, 2024
1 parent 68f8a85 commit c8c63a3
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 @@ -67,7 +67,7 @@ jobs:
context: ./zhparser
push: ${{ github.event_name != 'pull_request' }}
tags:
- ${{ env.POSTGRES_VERSION+'-zhparser' }}
- ${{ env.POSTGRES_VERSION }}-zhparser
- zhparser
labels: ${{ steps.meta.outputs.labels }}

Expand All @@ -77,7 +77,7 @@ jobs:
context: ./postgis
push: ${{ github.event_name != 'pull_request' }}
tags:
- ${{ env.POSTGRES_VERSION + '-postgis' }}
- ${{ env.POSTGRES_VERSION }}-postgis
- latest
- postgis
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit c8c63a3

Please sign in to comment.