Pull request 2416: Fix specs

Merge in DNS/adguard-home from fix-specs to master

Squashed commit of the following:

commit 023af8465610e245f32e87e5dcb0c3f77c773405
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date:   Mon May 26 14:18:27 2025 +0300

    bamboo-specs: fix container name
This commit is contained in:
Eugene Burkov
2025-05-26 14:28:35 +03:00
parent e76315d683
commit acf4b81805

View File

@@ -279,7 +279,7 @@
'variables':
'channel': 'beta'
'dockerFrontend': 'adguard/home-js-builder:3.1'
'dockerGo': 'adguard/go-builder:1.24.3s--1'
'dockerGo': 'adguard/go-builder:1.24.3--1'
# release-vX.Y.Z branches are the branches from which the actual final
# release is built.
- '^release-v[0-9]+\.[0-9]+\.[0-9]+':
@@ -295,4 +295,4 @@
'variables':
'channel': 'release'
'dockerFrontend': 'adguard/home-js-builder:3.1'
'dockerGo': 'adguard/go-builder:1.24.3s--1'
'dockerGo': 'adguard/go-builder:1.24.3--1'