Skip to content

Commit 4775bb4

Browse files
committed
修复自动发布
1 parent 1d57584 commit 4775bb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
ORG_REPO="${{ github.repository }}"
3131
ORG=$(echo "${ORG_REPO}" | cut -d '/' -f 1 | tr '[:upper:]' '[:lower:]')
3232
REPO=$(echo "${ORG_REPO}" | cut -d '/' -f 2 | tr '[:upper:]' '[:lower:]')
33-
IMAGE_NAME="ghcr.io/${ORG}/${REPO}-app"
33+
IMAGE_NAME="ghcr.io/${ORG}/${REPO}/${REPO}-app"
3434
echo "IMAGE_NAME=${IMAGE_NAME}" >> $GITHUB_ENV
3535
3636
- name: Pull latest image

0 commit comments

Comments
 (0)