Skip to content

Commit dfdb68a

Browse files
authored
Fix docker registry
1 parent 01fa5d9 commit dfdb68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
env:
1919
# Use docker.io for Docker Hub if empty
20-
REGISTRY: ghcr.io
20+
REGISTRY: docker.io
2121
# github.repository as <account>/<repo>
2222
IMAGE_NAME: tofandel/php_node
2323

0 commit comments

Comments
 (0)