We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9374f commit b0d80a7Copy full SHA for b0d80a7
Makefile
@@ -34,7 +34,7 @@ build:
34
publish-images:
35
@echo Version: $(VERSION) $(BUILD_DATE)
36
# 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
+ docker build -t "andig/evcc:$(TAG_NAME)" -t "andig/evcc:latest" . && docker push andig/evcc
38
39
test-release:
40
goreleaser --snapshot --skip-publish --rm-dist
0 commit comments