From f838d8c4057b638bdd45ba875b0f534f0007100b Mon Sep 17 00:00:00 2001 From: Samuel Date: Fri, 15 Nov 2024 16:59:30 +0100 Subject: [PATCH] ci: update to new shared actions --- .github/workflows/semantic-release.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index da554e8..0a06cdb 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -4,14 +4,20 @@ 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@e681d1e691f2f31fc465abf73e0ca1802d24420c + + release: + uses: GEWIS/actions/.github/workflows/docker-release.yml@e681d1e691f2f31fc465abf73e0ca1802d24420c 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