Skip to content

Commit

Permalink
Fix code analysis actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Apr 9, 2024
1 parent 8850ccb commit aa5d3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Build an image from Dockerfile
run: |
DOCKER_BUILDKIT=1 docker build -t cloudharness-base-debian:${{ github.sha }} . -f ./cloud-harness/infrastructure/base-images/cloudharness-base-debian/Dockerfile
DOCKER_BUILDKIT=1 docker build -t cloudharness-base-debian:${{ github.sha }} cloud-harness -f ./cloud-harness/infrastructure/base-images/cloudharness-base-debian/Dockerfile
DOCKER_BUILDKIT=1 docker build -t cloudharness-django:${{ github.sha }} --build-arg CLOUDHARNESS_BASE_DEBIAN=cloudharness-base-debian:${{ github.sha }} ./cloud-harness/infrastructure/common-images/cloudharness-django/Dockerfile
DOCKER_BUILDKIT=1 docker build -t portal:${{ github.sha }} --build-arg CLOUDHARNESS_DJANGO=cloudharness-django:${{ github.sha }} ./applications/portal/Dockerfile
Expand Down

0 comments on commit aa5d3ff

Please sign in to comment.