Skip to content

ci: update to new shared actions #12

ci: update to new shared actions

ci: update to new shared actions #12

name: Semantic release
on:
push:
branches:
- main
- ci/action-workflow-update
jobs:
versioning:
uses: GEWIS/actions/.github/workflows/versioning.yml#e681d1e691f2f31fc465abf73e0ca1802d24420c

Check failure on line 11 in .github/workflows/semantic-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/semantic-release.yml

Invalid workflow file

invalid value workflow reference: no version specified
release:
uses: GEWIS/actions/.github/workflows/docker-release.yml#e681d1e691f2f31fc465abf73e0ca1802d24420c
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 }}