Refactor: rebranding (#34)

This commit is contained in:
Romain
2020-09-16 09:53:35 +02:00
committed by GitHub
parent 1ef68230de
commit 9378a1e1d2
4 changed files with 8 additions and 7 deletions

View File

@ -11,10 +11,10 @@ build:
CGO_ENABLED=0 go build -a --installsuffix cgo --ldflags="-s" -o whoami
image:
docker build -t containous/whoami .
docker build -t traefik/whoami .
check:
golangci-lint run
publish-images:
seihon publish -v "$(TAG_NAME)" -v "latest" --image-name containous/whoami --dry-run=false
seihon publish -v "$(TAG_NAME)" -v "latest" --image-name traefik/whoami --dry-run=false