Skip to content

ci: update to new shared actions #16

ci: update to new shared actions

ci: update to new shared actions #16

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

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

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/semantic-release.yml" -> "GEWIS/actions/.github/workflows/docker-release.yml@e681d1e691f2f31fc465abf73e0ca1802d24420c" : You have an error in your yaml syntax on line 80
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 }}