Skip to content

Commit

Permalink
gh: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wd0517 committed Aug 12, 2024
1 parent a2e8480 commit 2e05612
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 @@ -41,7 +41,7 @@ jobs:
platform: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/pingcap/tidb.ai-backend:${{ inputs.tag || github.ref_name }}
ghcr.io/${{ github.repository }}/backend:${{ inputs.tag || github.ref_name }}
build-frontend:
name: Build and Push Frontend Image
Expand Down Expand Up @@ -74,4 +74,4 @@ jobs:
platform: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/pingcap/tidb.ai-frontend:${{ inputs.tag || github.ref_name }}
ghcr.io/${{ github.repository }}/frontend:${{ inputs.tag || github.ref_name }}

0 comments on commit 2e05612

Please sign in to comment.