diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 13bd7a8..cf47eeb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -10,7 +10,7 @@ on: jobs: build-and-lint: - uses: GEWIS/actions/.github/workflows/typescript-lint-and-build.yml@v0.0.2 + uses: GEWIS/actions/.github/workflows/typescript-lint-and-build.yml@v1 with: node-version: "22.x" package-manager: "yarn" diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index cfd9fff..4ecc278 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -13,8 +13,10 @@ jobs: uses: GEWIS/actions/.github/workflows/semantic-release.yml@v0.0.2 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 }}