fix: Makefile syntax error

This commit is contained in:
lab 2024-07-31 12:06:11 +08:00
parent 6953e8bbbf
commit 0fb1f1f32f

View File

@ -13,7 +13,7 @@ gobuild:
dockerbuild:
docker build -t esinio/traefik-cert-exporter:latest --no-cache .
dokcerpush: dockerbuild
dockerpush: dockerbuild
docker push esinio/traefik-cert-exporter:latest
dockerrun: