Skip to content

Commit 2fd9573

Browse files
committed
ensure lowercase repo name for build pass
1 parent 64c5157 commit 2fd9573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
# Use docker.io for Docker Hub if empty
1818
REGISTRY: ghcr.io
1919
# github.repository as <account>/<repo>
20-
IMAGE_NAME: ${{ github.repository }}
20+
IMAGE_NAME: ${{ github.repository }}
2121

2222

2323
jobs:
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
context: .
7777
push: ${{ github.event_name != 'pull_request' }}
78-
tags: ${{ steps.meta.outputs.tags }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
78+
tags: ${{ steps.meta.outputs.tags }},writhem/php:latest
7979
labels: ${{ steps.meta.outputs.labels }}
8080
cache-from: type=gha
8181
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)