Skip to content

Commit

Permalink
fix(semantic-release): various fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gijsdeman committed Nov 8, 2024
1 parent dfab506 commit e2789b6
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
name: Semantic release

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

jobs:
build-and-lint:
semantic-release:
uses: GEWIS/actions/.github/workflows/semantic-release.yml@v0.0.2
with:
projects: '["."]'
docker_registry: 'abc.docker-registry.gewis.nl'
docker_tag: 'nc/aurora/backoffice'
projects: "['.']"
docker_registry: "abc.docker-registry.gewis.nl"
docker_paths: "['nc/aurora/backoffice']"
secrets:
REGISTRY_USERNAME: ${{ secrets.SVC_GH_ABCNC_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.SVC_GH_ABCNC_PWD }}

0 comments on commit e2789b6

Please sign in to comment.