Skip to content

Commit

Permalink
fixing loader ref to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rabellino-noaa committed Sep 5, 2024
1 parent 8229378 commit 7a1fc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-package-couch-loader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
--build-arg COMMITBRANCH=${{env.BRANCH}} \
--build-arg COMMITSHA=${{github.sha}} \
-t ${{env.DEV_REGISTRY}}/${{env.APP_LOWERCASE}}:${{env.BRANCH}} \
-f ./docker/python/Dockerfile .
-f ./couchdb/uat/loader/Dockerfile .
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
Expand Down

0 comments on commit 7a1fc4b

Please sign in to comment.