Skip to content

Commit

Permalink
feat(ci): Set image name more dynamically
Browse files Browse the repository at this point in the history
Signed-off-by: bo0tzz <git@bo0tzz.me>
  • Loading branch information
bo0tzz committed Jan 17, 2024
1 parent c5625e6 commit 03b3284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
# Disable latest tag
latest=false
images: |
name=ghcr.io/${{ github.repository_owner }}/cnpgvecto.rs
name=ghcr.io/${{ github.repository }}
tags: |
type=ref,event=pr
type=raw,value=${{ matrix.cnpg }}-${{ matrix.pgvectors }},enable=${{ steps.should-release.outputs.result }}
Expand Down

0 comments on commit 03b3284

Please sign in to comment.