Skip to content

ci: update to new shared actions #24

ci: update to new shared actions

ci: update to new shared actions #24

name: Semantic release
on:
push:
branches:
- main
- ci/action-workflow-update
jobs:
versioning:
uses: GEWIS/actions/.github/workflows/versioning.yml@ff4e6382af7e9548e0d14f44b040c114e432299a
release:
uses: GEWIS/actions/.github/workflows/docker-release.yml@ff4e6382af7e9548e0d14f44b040c114e432299a
# if: needs.versioning.outputs.new_version != ''
with:
projects: "['.']"
version: "v1.2.0"
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 }}