mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
gitlab-ci: tag docker buildserver image with "stretch"
This should make the migration to bullseye easier because we'll have a fallback stretch image available as needed. !1012
This commit is contained in:
parent
3027dc014e
commit
65cd3e3b0a
1 changed files with 2 additions and 0 deletions
|
|
@ -566,5 +566,7 @@ docker:
|
|||
- cd buildserver
|
||||
- docker build -t $TEST_IMAGE --build-arg GIT_REV_PARSE_HEAD=$(git rev-parse HEAD) .
|
||||
- docker tag $TEST_IMAGE $RELEASE_IMAGE
|
||||
- docker tag $TEST_IMAGE ${RELEASE_IMAGE}-stretch
|
||||
- echo $CI_BUILD_TOKEN | docker login -u gitlab-ci-token --password-stdin registry.gitlab.com
|
||||
- docker push $RELEASE_IMAGE
|
||||
- docker push $RELEASE_IMAGE-stretch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue