diff --git a/bamboo-specs/release.yaml b/bamboo-specs/release.yaml index 6a48550b..46eb0ba4 100644 --- a/bamboo-specs/release.yaml +++ b/bamboo-specs/release.yaml @@ -4,6 +4,7 @@ 'project-key': 'AGH' 'key': 'AGHBSNAPSPECS' 'name': 'AdGuard Home - Build and publish release' +# Make sure to sync any changes with the branch overrides below. 'variables': 'channel': 'edge' 'dockerGo': 'adguard/golang-ubuntu:2.0' @@ -261,6 +262,7 @@ # need to build a few of these. 'variables': 'channel': 'beta' + 'dockerGo': 'adguard/golang-ubuntu:2.0' # release-vX.Y.Z branches are the branches from which the actual final release # is built. - '^release-v[0-9]+\.[0-9]+\.[0-9]+': @@ -270,3 +272,4 @@ # are the ones that actually get released. 'variables': 'channel': 'release' + 'dockerGo': 'adguard/golang-ubuntu:2.0'