Pull request 2603: ADG-11407-fix-snap-specs

Squashed commit of the following:

commit 0b687ca1481af3229cbcf9960a75fe6adc977c97
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date:   Wed Mar 11 14:54:03 2026 +0300

    bamboo-specs: fix snap builds
This commit is contained in:
Eugene Burkov 2026-03-11 12:57:55 +00:00
parent 354ce04a54
commit 806855dc1c

View file

@ -64,7 +64,7 @@
docker info
docker build \
--build-arg "BASE_IMAGE=${bamboo_dockerSnap}"
--build-arg "BASE_IMAGE=${bamboo_dockerSnap}" \
--build-arg "CACHE_BUSTER=${bamboo_cacheBuster}" \
--build-arg "CHANNEL=${bamboo_channel}" \
--build-arg "VERSION=${bamboo_buildNumber}" \
@ -99,7 +99,7 @@
docker info
docker build \
--build-arg "BASE_IMAGE=${bamboo_dockerSnap}"
--build-arg "BASE_IMAGE=${bamboo_dockerSnap}" \
--build-arg "CACHE_BUSTER=${bamboo_cacheBuster}" \
--build-arg "SNAPCRAFT_CHANNEL=${bamboo_snapcraftChannel}" \
--build-arg "SNAPCRAFT_STORE_CREDENTIALS=${bamboo_snapcraftMacaroonPassword}" \