Skip to content

Commit

Permalink
test env without {}
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <[email protected]>
  • Loading branch information
kemingy committed Nov 14, 2024
1 parent 55432e2 commit 750f9d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@ jobs:
push: true
platforms: "linux/${{ matrix.platform }}"
file: ./docker/binary.Dockerfile
tags: tensorchord/vchord-binary:pg${{ matrix.version }}-v${SEMVER}-${{ matrix.platform }}
tags: tensorchord/vchord-binary:pg${{ matrix.version }}-v$SEMVER-${{ matrix.platform }}
- name: Push PostgreSQL release to Docker Registry
uses: docker/build-push-action@v6
with:
context: .
push: true
platforms: "linux/${{ matrix.platform }}"
file: ./docker/Dockerfile
tags: tensorchord/vchord-postgres:pg${{ matrix.version }}-v${SEMVER}-${{ matrix.platform }}
tags: tensorchord/vchord-postgres:pg${{ matrix.version }}-v$SEMVER-${{ matrix.platform }}
build-args: |
PG_VERSION=${{ matrix.version }}
SEMVER=${SEMVER}
Expand Down

0 comments on commit 750f9d8

Please sign in to comment.