Skip to content

Commit

Permalink
ci: bump GEWIS actions to v1 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustSamuel authored and Yoronex committed Feb 5, 2025
1 parent b59c952 commit 88b079d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
13 changes: 9 additions & 4 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 88b079d

Please sign in to comment.