From 60f8f5712399e33c04db7ca6d46b3a9fd926532f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=20Gl=C3=A4=C3=9F-St=C3=B6cker?= Date: Sun, 20 Jun 2021 10:00:54 +0200 Subject: [PATCH] added some info about the ci config to the README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b361599..5c89297 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ basically a build of https://github.com/mondediefr/docker-flarum for multiple architectures (amd64, arm64 and arm32) + +to automatically build it via gitlab ci you need 3 CI vars: + + * BUILD_PLATFORMS with for example linux/amd64,linux/arm64,linux/arm/v7 + * DOCKER_LOGIN aka your Docker Hub username + * DOCKER_PASSWORD - your Docker Hub Password