Skip to content

Commit

Permalink
Fix docker build args (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
flenny authored Jul 6, 2022
1 parent 594651e commit 4e77c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Build an image from Dockerfile
run: |
docker build --build-arg VERSION=${{ env.GITHUB_RUN_NUMBER }} --build-arg REVISION=abcdefg -t ghcr.io/geowerkstatt/ews-boda:${{ github.sha }} .
docker build --build-arg VERSION=$GITHUB_RUN_NUMBER --build-arg REVISION=${{ github.sha }} -t ghcr.io/geowerkstatt/ews-boda:${{ github.sha }} .
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@7b7aa264d83dc58691451798b4d117d53d21edfe
Expand Down

0 comments on commit 4e77c95

Please sign in to comment.