Skip to content

Commit

Permalink
Organiser apper
Browse files Browse the repository at this point in the history
  • Loading branch information
bjerga committed Dec 17, 2024
1 parent 7cc5b3c commit 4c6f7cc
Show file tree
Hide file tree
Showing 425 changed files with 18 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
id: app_jar
uses: andstor/file-existence-action@v3
with:
files: "${{ matrix.project }}/build/libs/app.jar"
files: "apps/${{ matrix.project }}/build/libs/app.jar"

- name: Create docker tag
if: steps.app_jar.outputs.files_exists == 'true'
Expand All @@ -128,7 +128,7 @@ jobs:
- name: Build docker image
if: steps.app_jar.outputs.files_exists == 'true'
run: docker build ${{ matrix.project }} --pull -t $IMAGE -f Dockerfile
run: docker build apps/${{ matrix.project }} --pull -t $IMAGE -f Dockerfile

- name: Push docker image
if: steps.app_jar.outputs.files_exists == 'true'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
id: app_jar
uses: andstor/file-existence-action@v3
with:
files: "${{ matrix.project }}/build/libs/app.jar"
files: "apps/${{ matrix.project }}/build/libs/app.jar"

- name: Create docker tag
if: steps.app_jar.outputs.files_exists == 'true'
Expand All @@ -130,7 +130,7 @@ jobs:
- name: Build docker image
if: steps.app_jar.outputs.files_exists == 'true'
run: docker build ${{ matrix.project }} --pull -t $IMAGE -f Dockerfile
run: docker build apps/${{ matrix.project }} --pull -t $IMAGE -f Dockerfile

- name: Push docker image
if: steps.app_jar.outputs.files_exists == 'true'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 4c6f7cc

Please sign in to comment.