Skip to content

Commit 05a5f3a

Browse files
committed
Fix Docker image name in deployment script
1 parent 3a4c064 commit 05a5f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docker-deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
docker login docker.pkg.github.com -u fwcd -p "$GH_TOKEN"
33
docker build -t docker.pkg.github.com/fwcd/kotlin-language-server:latest .
4-
docker push fwcd/kotlin-language-server:latest
4+
docker push docker.pkg.github.com/fwcd/kotlin-language-server:latest

0 commit comments

Comments
 (0)