Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Aug 24, 2022
1 parent 12077af commit 90d431b
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 @@ -25,7 +25,7 @@ jobs:

- name: Build an image from Dockerfile
run: |
docker build -t ghcr.io/ba-st/pharo-vm:${{ github.sha }} ./source/Dockerfile
docker build -t ghcr.io/ba-st/pharo-vm:${{ github.sha }} ./source/
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@2a2157eb22c08c9a1fac99263430307b8d1bc7a2
Expand Down

0 comments on commit 90d431b

Please sign in to comment.