fix(ci): add docker release
This commit is contained in:
parent
f902881ab4
commit
f5a32617bd
10
.github/workflows/pr-lint.yml
vendored
Normal file
10
.github/workflows/pr-lint.yml
vendored
Normal 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
|
||||
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user