registry-rebuild-upload-titan: s/stretch/bullseye/

Depends: docker-playground Ib3bdfa3bec8f8ef42c55ca61cdee8fbca923874f
Related: OS#4969
Change-Id: Ic117725f765a83cf3d2955e19441795fe6415dd2
This commit is contained in:
Oliver Smith 2021-12-16 10:41:54 +01:00
parent cc3e7efe1a
commit 37f480d441
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
- job:
name: registry-rebuild-upload-titan
description: |
Rebuild + push ttcn3 base images (debian-stretch-titan) in our private
Rebuild + push ttcn3 base images (debian-bullseye-titan) in our private
registry.osmocom.org
<br><br>
Related:<br>
@ -26,8 +26,8 @@
builders:
- shell: |
REGISTRY="registry.osmocom.org"
make -C debian-stretch-titan REGISTRY_HOST=$REGISTRY
docker push "$REGISTRY/$USER/debian-stretch-titan"
make -C debian-bullseye-titan REGISTRY_HOST=$REGISTRY
docker push "$REGISTRY/$USER/debian-bullseye-titan"
publishers:
- email: