Skip to content

Commit

Permalink
ci: bump GEWIS actions to v1 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustSamuel authored Feb 3, 2025
2 parents 635ab05 + c20c879 commit 17f7db9
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 @@ -49,10 +49,9 @@ jobs:
build-and-lint:
needs:
generate-client-files
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"
artifact-name: "api-client"
artifact-path: "src/api"
lint: true
Expand Down
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:
- main

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/client']"
version: ${{ needs.versioning.outputs.next-version }}
docker-registry: "abc.docker-registry.gewis.nl"
docker-paths: "['nc/aurora/client']"
github-registry: "true"
secrets:
REGISTRY_USERNAME: ${{ secrets.SVC_GH_ABCNC_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.SVC_GH_ABCNC_PWD }}
Expand Down

0 comments on commit 17f7db9

Please sign in to comment.