mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-06-28 11:51:22 +00:00
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:
parent
354ce04a54
commit
806855dc1c
1 changed files with 2 additions and 2 deletions
|
|
@ -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}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue