aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Segundo2023-09-15 13:55:15 +0200
committerChristian Segundo2023-09-15 13:55:38 +0200
commit154cc4e34def359e2d486676a1055ee982b6cfcd (patch)
tree093e3ee47b417346bc2b6387de65f110edcbd4fc /Makefile
parent29cf5d71c180c0174f1d7e64d4002c91f5452c4b (diff)
downloadnvim-154cc4e34def359e2d486676a1055ee982b6cfcd.tar.gz
switch to buildkite
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 647124a..94c7961 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,4 @@
-PROJECT = docker-nvim
-IMAGE_NAME := ghcr.io/someone-stole-my-name/$(PROJECT)
+IMAGE_NAME := docker.io/chn2guevara/nvim
IMAGE_PLATFORMS := linux/amd64,linux/arm64
define DOCKER_DEPS