Skip to content

Commit

Permalink
ci: update to new shared actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JustSamuel committed Nov 15, 2024
1 parent 8dc317f commit a0eb9db
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,21 @@ on:
push:
branches:
- main
- ci/action-workflow-update

jobs:
semantic-release:
uses: GEWIS/actions/.github/workflows/[email protected]
versioning:
uses: GEWIS/actions/.github/workflows/versioning.yml@ff4e6382af7e9548e0d14f44b040c114e432299a

release:
uses: GEWIS/actions/.github/workflows/docker-release.yml@ff4e6382af7e9548e0d14f44b040c114e432299a
# if: needs.versioning.outputs.new_version != ''
with:
projects: "['.']"
version: "v1.2.0"
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 a0eb9db

Please sign in to comment.