diff --git a/makefile b/makefile index 8ca605d..3ed3367 100644 --- a/makefile +++ b/makefile @@ -9,7 +9,7 @@ shellcheck: shellcheck /workdir/plugin.sh build: - @ docker build -t git.coopcloud.tech/toolshed/drone-xgotext . + @ docker build -t git.coopcloud.tech/toolshed/drone-xgettext-go . push: build - @docker push git.coopcloud.tech/toolshed/drone-xgotext + @docker push git.coopcloud.tech/toolshed/drone-xgettext-go