Skip to content

Refactor/ci split modules #5

Refactor/ci split modules

Refactor/ci split modules #5

Workflow file for this run

name: build-gateway
on:
pull_request:
push:
branches:
- main
jobs:
build-maven:
runs-on: ubuntu-latest
steps:
- uses: ./.github/actions/build-maven
with:
module: refarch-gateway
build-images:
if: github.ref_name == 'main'
needs: build-maven
runs-on: ubuntu-latest
steps:
- uses: ./.github/actions/build-image
with:
registry-username: ${{ github.actor }}
registry-password: ${{ secrets.GITHUB_TOKEN }}
path: ./refarch-gateway
image-name: refarch-gateway
image-tags: |
type=raw,value=dev