Skip to content

make sure threshhold is enforced #11

make sure threshhold is enforced

make sure threshhold is enforced #11

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
test:
uses: ./.github/workflows/test.yaml
with:
branch: ${{ github.ref }}
publish-dresden:
needs: test
uses: ./.github/workflows/publish.yaml
with:
registry: bikenow.vkw.tu-dresden.de
image: ${{ github.repository }}-dresden
ref_name: ${{ github.ref_name }}
location: Dresden
secrets:
NEXUS_DOCKER_PUB_USERNAME: ${{ secrets.NEXUS_DOCKER_PUB_USERNAME }}
NEXUS_DOCKER_PUB_PASSWORD: ${{ secrets.NEXUS_DOCKER_PUB_PASSWORD }}