Skip to content

Commit

Permalink
Merge branch 'main' into maint/287-maintenance-add-coderabbit-configu…
Browse files Browse the repository at this point in the history
…ration
  • Loading branch information
devtobi authored Nov 28, 2024
2 parents 61793e4 + d145273 commit dacf6c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_integrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
registry-username: ${{ github.actor }}
registry-password: ${{ secrets.GITHUB_TOKEN }}
path: ${{ matrix.path }}
artifact-name: ${{ needs.release-maven.outputs.ARTIFACT_NAME }}
artifact-name: ${{ needs.build-maven.outputs.ARTIFACT_NAME }}
image-name: ${{ matrix.name }}
image-tags: |
type=raw,value=dev
3 changes: 2 additions & 1 deletion .github/workflows/maven_node_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
matrix:
include: # paths of different modules
- app-path: refarch-gateway
build-image: true
- app-path: refarch-tools/refarch-java-tools
build-image: false
steps:
Expand All @@ -30,7 +31,7 @@ jobs:
uses: it-at-m/.github/.github/actions/action-maven-build@main
with:
app-path: "${{ matrix.app-path }}"
- if: github.ref == 'refs/heads/main' && matrix.build-image != 'false'
- if: github.ref == 'refs/heads/main' && matrix.build-image
uses: it-at-m/.github/.github/actions/action-build-image@main
with:
path: "${{ matrix.app-path }}"
Expand Down

0 comments on commit dacf6c1

Please sign in to comment.