Skip to content

Commit acf4b81

Browse files
committed
Pull request 2416: Fix specs
Merge in DNS/adguard-home from fix-specs to master Squashed commit of the following: commit 023af84 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Mon May 26 14:18:27 2025 +0300 bamboo-specs: fix container name
1 parent e76315d commit acf4b81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bamboo-specs/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
'variables':
280280
'channel': 'beta'
281281
'dockerFrontend': 'adguard/home-js-builder:3.1'
282-
'dockerGo': 'adguard/go-builder:1.24.3s--1'
282+
'dockerGo': 'adguard/go-builder:1.24.3--1'
283283
# release-vX.Y.Z branches are the branches from which the actual final
284284
# release is built.
285285
- '^release-v[0-9]+\.[0-9]+\.[0-9]+':
@@ -295,4 +295,4 @@
295295
'variables':
296296
'channel': 'release'
297297
'dockerFrontend': 'adguard/home-js-builder:3.1'
298-
'dockerGo': 'adguard/go-builder:1.24.3s--1'
298+
'dockerGo': 'adguard/go-builder:1.24.3--1'

0 commit comments

Comments
 (0)