Update Docker tag in makefile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
3wc
2025-08-27 10:53:53 -04:00
parent b24fc4782f
commit f5ef720bfe

View File

@ -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