1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-25 20:07:55 +00:00

CI: Login to Docker Hub and other tweaks

This commit is contained in:
Skyler Mäntysaari
2021-09-01 03:16:01 +03:00
parent 1efa0b37d5
commit d282e2e5e6
3 changed files with 72 additions and 2 deletions

View File

@@ -23,7 +23,6 @@ VERSION_ARG ?= $(VERSION)
all: build
build:
./build.sh
docker build --no-cache -t $(NAME):$(VERSION_ARG) $(BUILD_ARG) --build-arg QEMU_ARCH=$(QEMU_ARCH) --platform $(PLATFORM) --rm image
build_multiarch: