Skip to content

Commit

Permalink
Release debian 6 and 9 for releases
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 26, 2025
1 parent ea63d5c commit e2613ad
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/build-base-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,18 @@ jobs:
tags: ghcr.io/cyclonedx/cdxgen-debian-dotnet6:v11
labels: ${{ steps.meta-cdxgen-debian-dotnet6.outputs.labels }}

- name: Build and push Docker images
uses: docker/build-push-action@v5
if: startsWith(github.ref, 'refs/tags/')
with:
context: .
file: ci/base-images/cdxgen/debian/Dockerfile.dotnet6
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta-cdxgen-debian-dotnet6.outputs.tags }}
labels: ${{ steps.meta-cdxgen-debian-dotnet6.outputs.labels }}


sle-ruby25-image:
if: github.repository == 'CycloneDX/cdxgen'
runs-on: ubuntu-latest
Expand Down Expand Up @@ -998,6 +1010,17 @@ jobs:
tags: ghcr.io/cyclonedx/cdxgen-debian-dotnet9:v11
labels: ${{ steps.meta-cdxgen-debian-dotnet9.outputs.labels }}

- name: Build and push Docker images
uses: docker/build-push-action@v5
if: startsWith(github.ref, 'refs/tags/')
with:
context: .
file: ci/base-images/cdxgen/debian/Dockerfile.dotnet9
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta-cdxgen-debian-dotnet9.outputs.tags }}
labels: ${{ steps.meta-cdxgen-debian-dotnet9.outputs.labels }}

sle-java-image:
if: github.repository == 'CycloneDX/cdxgen'
runs-on: ubuntu-latest
Expand Down

0 comments on commit e2613ad

Please sign in to comment.