diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index da554e8..b4a3cc6 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -4,14 +4,21 @@ on: push: branches: - main + - ci/action-workflow-update jobs: - semantic-release: - uses: GEWIS/actions/.github/workflows/semantic-release.yml@v0.0.2 + versioning: + uses: GEWIS/actions/.github/workflows/versioning.yml@aebb3a40a9148ac00b431e9a9c576dc96e3b604a + + release: + uses: GEWIS/actions/.github/workflows/docker-release.yml@aebb3a40a9148ac00b431e9a9c576dc96e3b604a +# 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 }} \ No newline at end of file