Skip to content

Commit e7e5246

Browse files
committed
fix: hardcode repo owner to lowercase
1 parent 11e8440 commit e7e5246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
# The name of the Docker image to be built and pushed to GHCR
1616
# The image name is derived from the GitHub repository name and the GitHub Container Registry (GHCR) URL.
1717
# The image name will be in the format: ghcr.io/<owner>/<repo>
18-
GHCR_IMAGE: ghcr.io/${{ github.repository_owner }}/pulsebeam
18+
GHCR_IMAGE: ghcr.io/pulsebeamdev/pulsebeam
1919

2020
permissions:
2121
# Global permissions for the workflow, which can be overridden at the job level

0 commit comments

Comments
 (0)