Skip to content

Commit 61d7a45

Browse files
author
psadi
committed
fix(ci): ensure the published image is used for downstream forks
1 parent b7f96d8 commit 61d7a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
set +x ; set +e
3535
DOCKER_TAG="v$(date +'%Y.%m.%d')" && export DOCKER_TAG="$DOCKER_TAG"
3636
echo "DOCKER_TAG=$DOCKER_TAG" >> "${GITHUB_ENV}"
37-
echo "GHCR_NAME=ghcr.io/${{ github.repository }}" >> "${GITHUB_ENV}"
37+
echo "GHCR_NAME=ghcr.io/psadi/ghostty-appimage" >> "${GITHUB_ENV}"
3838
3939
- name: Set up QEMU
4040
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)