Skip to content

chore: bump planka-client to 2.0.1 #52

chore: bump planka-client to 2.0.1

chore: bump planka-client to 2.0.1 #52

name: Semantic release
on:
push:
branches:
- main
jobs:
versioning:
uses: GEWIS/actions/.github/workflows/versioning.yml@v1
release:
uses: GEWIS/actions/.github/workflows/docker-release.yml@v1
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 }}