tag cloudflared docker image with latest

fixes #242
This commit is contained in:
Adrian Rangel 2020-09-28 17:53:40 -05:00
parent 8e8513e325
commit 831b1bcbae
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ cloudflared: tunnel-deps
.PHONY: container
container:
docker build --build-arg=TARGET_ARCH=$(TARGET_ARCH) --build-arg=TARGET_OS=$(TARGET_OS) -t cloudflare/cloudflared-$(TARGET_OS)-$(TARGET_ARCH):"$(VERSION)" .
docker build --build-arg=TARGET_ARCH=$(TARGET_ARCH) --build-arg=TARGET_OS=$(TARGET_OS) -t cloudflare/cloudflared-$(TARGET_OS)-$(TARGET_ARCH):latest -t cloudflare/cloudflared-$(TARGET_OS)-$(TARGET_ARCH):"$(VERSION)" .
.PHONY: test
test: vet