Skip to content

Commit

Permalink
Trying arm build again 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ernstdevreedeKNMI committed Feb 1, 2025
1 parent b2d754d commit 827245e
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,6 @@ on:
- '[0-9]+.[0-9]+.[0-9]+'

jobs:
docker-build-arm-only:
name: Build Docker arm64 image (quick turnaround)
runs-on: ubuntu-24.04-arm
steps:
- name: Check out the repo
uses: actions/checkout@v4

- name: Build and potentially push Docker image
uses: docker/build-push-action@v5
with:
context: .
# ensure latest base image is used
pull: true
push: false
tags: adaguc-server
- name: Run Trivy vulnerability scanner
uses: aquasecurity/[email protected]
with:
image-ref: 'adaguc-server'
format: 'table'
exit-code: '1'
ignore-unfixed: true
vuln-type: 'os,library'
trivyignores: .trivyignore
# severity: 'CRITICAL,HIGH'
env:
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db:1
docker-build-amd-only:
name: Build Docker amd64 image (quick turnaround)
runs-on: ubuntu-latest
Expand Down

0 comments on commit 827245e

Please sign in to comment.