From 88b079de5cedda758ce1d3fca937a5afbdb902bf Mon Sep 17 00:00:00 2001 From: Samuel Date: Mon, 3 Feb 2025 21:39:09 +0100 Subject: [PATCH] ci: bump GEWIS actions to v1 (#42) --- .github/workflows/build.yaml | 3 +-- .github/workflows/semantic-release.yaml | 13 +++++++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 13bd7a8..b071825 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -10,10 +10,9 @@ on: jobs: build-and-lint: - uses: GEWIS/actions/.github/workflows/typescript-lint-and-build.yml@v0.0.2 + uses: GEWIS/actions/.github/workflows/lint-and-build-yarn.yml@v1 with: node-version: "22.x" - package-manager: "yarn" lint: true format: true build: true diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index cfd9fff..8438967 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -9,12 +9,17 @@ on: - master jobs: - semantic-release: - uses: GEWIS/actions/.github/workflows/semantic-release.yml@v0.0.2 + versioning: + uses: GEWIS/actions/.github/workflows/typescript-lint-and-build.yml@v1 + + release: + uses: GEWIS/actions/.github/workflows/docker-release.yml@v1 with: projects: "['.']" - docker_registry: "abc.docker-registry.gewis.nl" - docker_paths: "['nc/aurora/core']" + version: ${{ needs.versioning.outputs.next-version }} + docker-registry: "abc.docker-registry.gewis.nl" + docker-paths: "['nc/aurora/core']" + github-registry: "true" secrets: REGISTRY_USERNAME: ${{ secrets.SVC_GH_ABCNC_USERNAME }} REGISTRY_PASSWORD: ${{ secrets.SVC_GH_ABCNC_PWD }}