Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaconsalvi committed Aug 30, 2024
1 parent 35f55ce commit 9b61819
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:
contents: read

env:
DOCKERFILE: Dockerfile.native
DOCKERFILE: Dockerfile.multistage

jobs:
BuildAndScan:
Expand All @@ -47,9 +47,9 @@ jobs:
- name: Build the app image
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
with:
push: true
push: false
context: .
file: src/main/docker/Dockerfile.multistage
file: src/main/docker/${{ env.DOCKERFILE }}
platforms: linux/amd64
tags: localbuild/testimage:latest
build-args:
Expand Down

0 comments on commit 9b61819

Please sign in to comment.