Skip to content

Commit

Permalink
ci: update actions to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
JustSamuel committed Nov 8, 2024
1 parent a565d1b commit 1a40391
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 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@3b96ebfcfddda3a8ee815ee62952ff388578fec7
uses: GEWIS/actions/.github/workflows/docker-build.yml@v0.0.2
with:
projects: '["."]'
13 changes: 11 additions & 2 deletions .github/workflows/lint-and-build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
name: Lint and Build
name: Lint and build

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build-and-lint:
uses: GEWIS/actions/.github/workflows/typescript-yarn-lint-and-build.yml@e16e0f26bd1d7b5efc72961dbe09267978a9fbf3
uses: GEWIS/actions/.github/workflows/typescript-lint-and-build.yml@v0.0.2
with:
node-version: "22.x"
package-manager: "yarn"
lint: true
format: true
build: true
17 changes: 17 additions & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Semantic release

on:
push:
branches:
- main

jobs:
semantic-release:
uses: GEWIS/actions/.github/workflows/semantic-release.yml@v0.0.2
with:
projects: "['.']"
docker_registry: "abc.docker-registry.gewis.nl"
docker_paths: "['eou/plankapi']"
secrets:
REGISTRY_USERNAME: ${{ secrets.SVC_GH_ABCEOU_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.SVC_GH_ABCEOU_PWD }}

0 comments on commit 1a40391

Please sign in to comment.