Skip to content

Commit

Permalink
ID-4275: add application path to dockerfile (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
oyri authored May 15, 2024
1 parent 4e1cb9f commit 5980040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/call-buildimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
image-name: eidas-demo-country-ca
application-type: docker
application-path: ./docker
secrets: inherit

call-update-image:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-verify-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [opened, edited]

jobs:
call-workflow-maven-build:
call-pr-checks:
uses: felleslosninger/github-workflows/.github/workflows/ci-pr-checks.yml@main
with:
pull-request-title: ${{ github.event.pull_request.title }}
Expand Down

0 comments on commit 5980040

Please sign in to comment.