Skip to content

Commit

Permalink
✨ feat(.github/workflows/postgres-zhparer.yml): Update metadata-act…
Browse files Browse the repository at this point in the history
…ion configuration for zhparer workflow.

✨ feat(`.github/workflows/postgres-postgis.yml`): Update metadata-action configuration for postgis workflow.
✨ feat(`.github/workflows/postgres-build.yml`): Update metadata-action configuration for build workflow.
  • Loading branch information
vnobo committed Dec 12, 2024
1 parent 9570607 commit 400fb99
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/postgres-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
uses: docker/metadata-action@v5
with:
flavor: |
latest=auto
latest=false
images: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
alexbob/${{ env.IMAGE_NAME }}
# alexbob/${{ env.IMAGE_NAME }}
# generate Docker tags based on the following events/attributes
tags: |
${{ env.POSTGRES_VERSION }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/postgres-postgis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
with:
flavor: |
latest=auto
suffix=postgis
suffix=-postgis
images: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
alexbob/${{ env.IMAGE_NAME }}
# alexbob/${{ env.IMAGE_NAME }}
# generate Docker tags based on the following events/attributes
tags: |
${{ env.POSTGRES_VERSION }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/postgres-zhparer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
uses: docker/metadata-action@v5
with:
flavor: |
latest=auto
suffix=zhparer
latest=false
suffix=-zhparer
images: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
alexbob/${{ env.IMAGE_NAME }}
# alexbob/${{ env.IMAGE_NAME }}
# generate Docker tags based on the following events/attributes
tags: |
${{ env.POSTGRES_VERSION }}
Expand Down

0 comments on commit 400fb99

Please sign in to comment.