Skip to content

Commit

Permalink
disable trivy scan
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcoz committed Oct 15, 2024
1 parent 1ac50c8 commit 28aa174
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
timeout-minutes: 15
steps:
- name: Build/Push
uses: coopTilleuls/action-docker-build-push@v4
uses: coopTilleuls/action-docker-build-push@v10
with:
IMAGE_NAME: itop-apache
BUILD_CONTEXT: 3.0-custom
REGISTRY_JSON_KEY: ${{ secrets.GITHUB_TOKEN }}
IMAGE_REPOSITORY: ghcr.io/cooptilleuls

SECURITY_SCAN: false

0 comments on commit 28aa174

Please sign in to comment.