We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d57584 commit 4775bb4Copy full SHA for 4775bb4
1 file changed
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
ORG_REPO="${{ github.repository }}"
31
ORG=$(echo "${ORG_REPO}" | cut -d '/' -f 1 | tr '[:upper:]' '[:lower:]')
32
REPO=$(echo "${ORG_REPO}" | cut -d '/' -f 2 | tr '[:upper:]' '[:lower:]')
33
- IMAGE_NAME="ghcr.io/${ORG}/${REPO}-app"
+ IMAGE_NAME="ghcr.io/${ORG}/${REPO}/${REPO}-app"
34
echo "IMAGE_NAME=${IMAGE_NAME}" >> $GITHUB_ENV
35
36
- name: Pull latest image
0 commit comments