Files
drone-xgettext-go/makefile
3wc f5ef720bfe
All checks were successful
continuous-integration/drone/push Build is passing
Update Docker tag in makefile
2025-08-27 10:53:53 -04:00

16 lines
310 B
Makefile

.PHONY: build push shellcheck
shellcheck:
@docker run \
-it \
--rm \
-v $$(pwd):/workdir \
koalaman/shellcheck-alpine \
shellcheck /workdir/plugin.sh
build:
@ docker build -t git.coopcloud.tech/toolshed/drone-xgettext-go .
push: build
@docker push git.coopcloud.tech/toolshed/drone-xgettext-go