We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d989798 commit e13fed3Copy full SHA for e13fed3
.github/workflows/release_vchord_cnpg.yml
@@ -88,7 +88,7 @@ jobs:
88
provenance: false
89
platforms: ${{ matrix.platform }}
90
tags: |
91
- modelzai/vchord-cnpg:pg${{ matrix.pg_major }}-${{ needs.get-versions.outputs.VERSION_TAG }}-${{ matrix.arch }}
+ modelzai/vchord-cnpg:pg${{ matrix.pg_major }}-v${{ needs.get-versions.outputs.VERSION_TAG }}-${{ matrix.arch }}
92
build-args: |
93
PG_MAJOR=${{ matrix.pg_major }}
94
TARGETARCH=${{ matrix.arch }}
0 commit comments