1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

Uses docker/build-push-action (#1149)

This commit is contained in:
Amir Raminfar
2021-04-13 11:29:09 -07:00
committed by GitHub
parent 8ffe95b4ab
commit 5caf5eebb8
2 changed files with 19 additions and 21 deletions

View File

@@ -1,11 +1,3 @@
TAG := $(shell git describe --tags)
PLATFROMS := linux/amd64,linux/arm/v7,linux/arm64/v8
.PHONY: publish
publish:
docker buildx build --build-arg TAG=$(TAG) --platform $(PLATFROMS) -t amir20/dozzle:latest -t amir20/dozzle:$(TAG) --push .
.PHONY: clean
clean:
@rm -rf static