Skip to content

Commit 2c09a52

Browse files
committed
Follow the correct image tag syntax for GPR docker deployment
1 parent 7eb023b commit 2c09a52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/docker-deploy.sh

Lines changed: 2 additions & 2 deletions
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"
3-
docker build -t docker.pkg.github.com/fwcd/kotlin-language-server:latest .
4-
docker push docker.pkg.github.com/fwcd/kotlin-language-server:latest
3+
docker build -t docker.pkg.github.com/fwcd/kotlin-language-server/server:latest .
4+
docker push docker.pkg.github.com/fwcd/kotlin-language-server/server:latest

0 commit comments

Comments
 (0)