Skip to content

fix(ci): lowercase the GHCR image name - #35

Merged
EOEboh merged 1 commit into
mainfrom
fix/deploy-lowercase-image
Jul 28, 2026
Merged

fix(ci): lowercase the GHCR image name#35
EOEboh merged 1 commit into
mainfrom
fix/deploy-lowercase-image

Conversation

@EOEboh

@EOEboh EOEboh commented Jul 28, 2026

Copy link
Copy Markdown
Owner

One-line fix to the deploy workflow I added in #34. github.repository is EOEboh/hookdrop, and container registry names must be lowercase, so the first run failed at build with repository name must be lowercase.

Harmless failure — the image is built and pushed before anything on the server is touched, so the running container was never involved and production stayed up throughout.

Merging this so the deploy path can actually be verified end to end.

Container registry names must be lowercase, but github.repository is
EOEboh/hookdrop, so the first deploy failed at the build with
"repository name must be lowercase". The name is now folded to
lowercase when it is computed.

The failure was harmless: the image is pushed before anything on the
server is touched, so the running container was never involved.
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Deploying hookdrop-frontend with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8d5d104
Status: ✅  Deploy successful!
Preview URL: https://b6b3a9c7.hookdrop-frontend.pages.dev
Branch Preview URL: https://fix-deploy-lowercase-image.hookdrop-frontend.pages.dev

View logs

@cloudflare-workers-and-pages

Copy link
Copy Markdown
Contributor

Deploying hookdrop with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8d5d104
Status: ✅  Deploy successful!
Preview URL: https://50ad7960.hookdrop.pages.dev
Branch Preview URL: https://fix-deploy-lowercase-image.hookdrop.pages.dev

View logs

@EOEboh
EOEboh merged commit 9231636 into main Jul 28, 2026
6 checks passed
@EOEboh
EOEboh deleted the fix/deploy-lowercase-image branch July 28, 2026 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant