Skip to content

Commit b0d80a7

Browse files
committed
Add tag to build
1 parent 7c9374f commit b0d80a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ build:
3434
publish-images:
3535
@echo Version: $(VERSION) $(BUILD_DATE)
3636
# seihon publish -v "$(TAG_NAME)" -v "latest" --image-name andig/evcc1 --base-runtime-image alpine --dry-run=false --targets=arm.v6,amd64
37-
docker build -t "andig/evcc:latest" . && docker push andig/evcc:latest
37+
docker build -t "andig/evcc:$(TAG_NAME)" -t "andig/evcc:latest" . && docker push andig/evcc
3838

3939
test-release:
4040
goreleaser --snapshot --skip-publish --rm-dist

0 commit comments

Comments
 (0)