Skip to content

Commit

Permalink
Remove depscan build
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Oct 3, 2024
1 parent b4bacbb commit 42af168
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/build-base-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1042,44 +1042,6 @@ jobs:
tags: ghcr.io/cyclonedx/cdxgen-rolling:v10
labels: ${{ steps.meta-cdxgen-rolling.outputs.labels }}

depscan-rolling-image:
runs-on: ubuntu-latest
needs: cdxgen-rolling-image
permissions:
packages: write
steps:
- uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta-depscan-rolling
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/cyclonedx/depscan-rolling
- name: Build and push Docker images
uses: docker/build-push-action@v5
if: github.ref == 'refs/heads/main'
with:
context: .
file: depscan/Dockerfile.rolling
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/cyclonedx/depscan-rolling:v5
labels: ${{ steps.meta-depscan-rolling.outputs.labels }}

opensuse-python310-image:
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 42af168

Please sign in to comment.