This commit is contained in:
2025-03-22 18:28:55 +01:00
parent c7e16616a1
commit 8e586dade0

View File

@@ -3,11 +3,13 @@ stages:
- build
- publish
variables:
DEBIAN_FRONTEND: noninteractive
build-bookworm:
stage: build
needs: []
only:
- tags
tags:
@@ -25,6 +27,8 @@ build-bookworm:
publish-bookworm:
stage: publish
needs:
- build-bookworm
dependencies:
- build-bookworm
only:
@@ -39,6 +43,7 @@ publish-bookworm:
build-sid:
stage: build
needs: []
only:
- tags
tags:
@@ -56,6 +61,8 @@ build-sid:
publish-sid:
stage: publish
needs:
- build-sid
dependencies:
- build-sid
only:
@@ -70,6 +77,7 @@ publish-sid:
build-rocky9:
stage: build
needs: []
only:
- tags
tags:
@@ -90,6 +98,9 @@ build-rocky9:
publish-rocky9:
stage: publish
needs: []
needs:
- build-rocky9
dependencies:
- build-rocky9
only:
@@ -104,6 +115,7 @@ publish-rocky9:
build-rocky8:
stage: build
needs: []
only:
- tags
tags:
@@ -124,6 +136,8 @@ build-rocky8:
publish-rocky8:
stage: publish
needs:
- build-rocky8
dependencies:
- build-rocky8
only: