Skip to content

Commit

Permalink
ci: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JustSamuel committed Nov 15, 2024
1 parent 174e198 commit a848325
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ on:

jobs:
dockerize:
uses: GEWIS/actions/.github/workflows/docker-build.yml@v0.0.2
uses: GEWIS/actions/.github/workflows/docker-build.yml@v1.0.0
with:
projects: '["."]'
3 changes: 1 addition & 2 deletions .github/workflows/lint-and-build.yml
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@v
with:
node-version: "22.x"
package-manager: "yarn"
lint: true
format: true
build: true
9 changes: 8 additions & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,19 @@ on:
- main

jobs:
versioning:
uses: GEWIS/actions/.github/workflows/[email protected]

semantic-release:
uses: GEWIS/actions/.github/workflows/[email protected]
uses: GEWIS/actions/.github/workflows/[email protected]
needs: versioning
if: ${{ needs.versioning.outputs.next-version != '' }}
with:
projects: "['.']"
version: ${{ needs.versioning.outputs.next-version }}
docker_registry: "abc.docker-registry.gewis.nl"
docker_paths: "['eou/plankapi']"
github-registry: "true"
secrets:
REGISTRY_USERNAME: ${{ secrets.SVC_GH_ABCEOU_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.SVC_GH_ABCEOU_PWD }}

0 comments on commit a848325

Please sign in to comment.