Skip to content

fix: dangling console logs #36

fix: dangling console logs

fix: dangling console logs #36

name: Semantic release
on:
push:
branches:
- main
jobs:
versioning:
uses: GEWIS/actions/.github/workflows/versioning.yml@v1
release:
uses: GEWIS/actions/.github/workflows/[email protected]
needs: versioning
if: ${{ needs.versioning.outputs.next-version != '' }}
with:
projects: "['.']"
version: ${{ needs.versioning.outputs.next-version }}
docker-registry: "abc.docker-registry.gewis.nl"
docker-paths: "['eou/plankapi']"
github-registry: "true"
secrets:
REGISTRY_USERNAME: ${{ secrets.SVC_GH_ABCEOU_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.SVC_GH_ABCEOU_PWD }}