fix(ci): add docker release

This commit is contained in:
The0Mikkel 2024-05-28 00:57:41 +02:00
parent f902881ab4
commit f5a32617bd
2 changed files with 19 additions and 1 deletions

10
.github/workflows/pr-lint.yml vendored Normal file
View File

@ -0,0 +1,10 @@
name: PR format test - Conventional commits
on:
pull_request:
types: [opened, synchronize, edited, reopened]
jobs:
pr-linter:
name: Pull Request title check
uses: the0mikkel/ci/.github/workflows/pr-test-conventionalcommits.yml@v1.1.4

View File

@ -8,4 +8,12 @@ on:
jobs:
release:
name: Release
uses: the0mikkel/ci/.github/workflows/semver-release.yml@v1.1.4
uses: the0mikkel/ci/.github/workflows/semver-release.yml@v1.1.4
docker:
name: Docker
needs:
- release
uses: the0mikkel/ci/.github/workflows/docker.yml@v1.1.4
with:
semver: ${{ needs.release.outputs.version }}