Skip to content

Commit

Permalink
ci: re-enable image scanning on deploy, fix compose file ref
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jan 30, 2025
1 parent 89627e5 commit 0a5552a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
with:
context: src/backend
build_target: prod
scan_image: False
image_name: ghcr.io/${{ github.repository }}/backend
compose_file: "compose.yaml"

frontend-build:
uses: hotosm/gh-workflows/.github/workflows/[email protected]
Expand All @@ -49,7 +49,6 @@ jobs:
context: src
dockerfile: Dockerfile.ui.prod
build_target: prod
scan_image: False
image_name: ghcr.io/${{ github.repository }}/frontend

smoke-test-backend:
Expand Down

0 comments on commit 0a5552a

Please sign in to comment.