Skip to content

Commit a539cf5

Browse files
committed
why is this case sensitive
1 parent bc68694 commit a539cf5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: docker_meta
2525
uses: docker/metadata-action@v5
2626
with:
27-
images: ghcr.io/Polyfrost/workers
27+
images: ghcr.io/polyfrost/workers
2828

2929
- name: Login to GitHub Images
3030
uses: docker/login-action@v3

.github/workflows/run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727

2828
- name: Pull Docker image from GHCR
29-
run: docker pull ghcr.io/Polyfrost/workers:main
29+
run: docker pull ghcr.io/polyfrost/workers:main
3030

3131
- name: Run Docker container
3232
env:
@@ -53,4 +53,4 @@ jobs:
5353
-e CLOUDFLARE_INTEGRATION=$CLOUDFLARE_INTEGRATION \
5454
-e CLOUDFLARE_TOKEN=$CLOUDFLARE_TOKEN \
5555
-e CLOUDFLARE_ZONE_ID=$CLOUDFLARE_ZONE_ID \
56-
ghcr.io/Polyfrost/workers:main
56+
ghcr.io/polyfrost/workers:main

0 commit comments

Comments
 (0)