Skip to content

Commit

Permalink
change position of build context in docker build command in dast.yml (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
will0684 authored Jan 23, 2025
1 parent 944fb37 commit 09b3b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3

- name: Docker Build
run: docker build --build-arg AEM_GRAPHQL_ENDPOINT=${{secrets.AEM_GRAPHQL_ENDPOINT}} --build-arg AEM_BASE_URL=${{secrets.AEM_BASE_URL}} --build-arg AEM_CONTENT_FOLDER=${{secrets.AEM_CONTENT_FOLDER}} -t sc-labs .
run: docker build . --build-arg AEM_GRAPHQL_ENDPOINT=${{secrets.AEM_GRAPHQL_ENDPOINT}} --build-arg AEM_BASE_URL=${{secrets.AEM_BASE_URL}} --build-arg AEM_CONTENT_FOLDER=${{secrets.AEM_CONTENT_FOLDER}} -t sc-labs
env:
CI: true
AEM_GRAPHQL_ENDPOINT: ${{secrets.AEM_GRAPHQL_ENDPOINT}}
Expand Down

0 comments on commit 09b3b3f

Please sign in to comment.