Skip to content

Commit

Permalink
ci: bump GEWIS actions to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
JustSamuel committed Feb 3, 2025
1 parent 856d4e4 commit d4960e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ 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/typescript-lint-and-build.yml@v1
with:
node-version: "22.x"
package-manager: "yarn"
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/versioning.yml@v1

release:
uses: GEWIS/actions/.github/workflows/semantic-release.yml@v1
with:
projects: "['.']"
docker_registry: "abc.docker-registry.gewis.nl"
docker_paths: "['nc/aurora/backoffice']"
version: ${{ needs.versioning.outputs.next-version }}
docker-registry: "abc.docker-registry.gewis.nl"
docker-paths: "['nc/aurora/backoffice']"
github-registry: "true"
secrets:
REGISTRY_USERNAME: ${{ secrets.SVC_GH_ABCNC_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.SVC_GH_ABCNC_PWD }}

0 comments on commit d4960e4

Please sign in to comment.