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 6, 2024
1 parent dfab506 commit 4e2eea8
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 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

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.USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.PASSWORD }}

0 comments on commit 4e2eea8

Please sign in to comment.