From 064908397e1526cbd66cf3a0942fea209f5646b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ma=CC=88der?= Date: Mon, 14 Oct 2019 23:16:51 +0200 Subject: [PATCH] Improved Build Job descriptions --- DOCKER_HUB.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/DOCKER_HUB.md b/DOCKER_HUB.md index f378336..10c4154 100644 --- a/DOCKER_HUB.md +++ b/DOCKER_HUB.md @@ -14,14 +14,23 @@ Build Rules: Source: master Docker Tag: branches Dockerfile location: Dockerfile + Build Context: / + Autobuild: on + Build Caching: on - Source Type: Branch Source: master Docker Tag: prerelease Dockerfile location: Dockerfile + Build Context: / + Autobuild: on + Build Caching: on - Source Type: Branch Source: master Docker Tag: release Dockerfile location: Dockerfile + Build Context: / + Autobuild: on + Build Caching: on Build Environment Variables: # Create an app on Github and use it's OATH credentials here - Key: GITHUB_OAUTH_CLIENT_ID @@ -30,6 +39,7 @@ Build Environment Variables: Value: Build Triggers: - Name: Cron Trigger + Trigger URL: # Use this trigger in combination with e.g. https://cron-job.org in order to regularly schedule builds ```