Skip to content

Fjerner unødvendig env i step docker-build-push. #275

Fjerner unødvendig env i step docker-build-push.

Fjerner unødvendig env i step docker-build-push. #275

name: Lib reactive-proxy
on:
push:
paths:
- libs/reactive-proxy/**
- .github/workflows/lib.reactive-proxy.yml
jobs:
scan:
name: Scan
uses: ./.github/workflows/common.scan.sonar.yml
with:
working-directory: 'libs/reactive-proxy/'
secrets:
NAV_TOKEN: ${{ secrets.NAV_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
build:
name: Build
uses: ./.github/workflows/common.java-build.yml
with:
working-directory: 'libs/reactive-proxy/'
secrets: inherit