Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
feat(ci): Set image name more dynamically
Browse files Browse the repository at this point in the history
  • Loading branch information
bo0tzz authored Jan 16, 2024
1 parent c5625e6 commit 9b5e54e
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 9b5e54e

Please sign in to comment.