Skip to content

Commit 70e302d

Browse files
committed
Add ghcr.io prefix to image name
1 parent 456a3a4 commit 70e302d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- id: meta
2828
uses: docker/metadata-action@v4
2929
with:
30-
images: fwcd/kotlin-language-server
30+
images: ghcr.io/fwcd/kotlin-language-server
3131
- name: Build and push image
3232
uses: docker/build-push-action@v4
3333
with:

0 commit comments

Comments
 (0)