From 8c7f2b77d5d6b43e554235cb2fd78283c0adfebc Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Thu, 8 Apr 2021 18:24:42 +0300 Subject: [PATCH] Pull request: bamboo-specs: push the docker image Merge in DNS/adguard-home from spec-docker-push to master Squashed commit of the following: commit 73c76cf61463e2982911b8407ca368da5a9e8133 Author: Ainar Garipov Date: Thu Apr 8 18:19:27 2021 +0300 bamboo-specs: push the docker image --- bamboo-specs/release.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bamboo-specs/release.yaml b/bamboo-specs/release.yaml index 2f51cff8..675bde40 100644 --- a/bamboo-specs/release.yaml +++ b/bamboo-specs/release.yaml @@ -7,7 +7,6 @@ 'variables': 'channel': 'edge' 'dockerGo': 'adguard/golang-ubuntu:2.0' - 'outputPush': 'false' 'stages': - 'Make release': @@ -114,14 +113,11 @@ # Print Docker info. docker info - # If true, push to docker hub. Otherwise, keep in the build cache. - OUTPUT_PUSH="${bamboo.outputPush}" - # Prepare and push the build. make\ CHANNEL="${bamboo.channel}"\ DOCKER_IMAGE_NAME='adguard/adguardhome'\ - DOCKER_OUTPUT="type=image,name=adguard/adguardhome,push=$OUTPUT_PUSH"\ + DOCKER_OUTPUT="type=image,name=adguard/adguardhome,push=true"\ VERBOSE='1'\ build-docker 'environment':