Skip to content

Commit

Permalink
fix(ci): add docker release
Browse files Browse the repository at this point in the history
  • Loading branch information
The0mikkel committed May 27, 2024
1 parent f902881 commit f5a3261
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
10 changes: 9 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,12 @@ on:
jobs:
release:
name: Release
uses: the0mikkel/ci/.github/workflows/[email protected]
uses: the0mikkel/ci/.github/workflows/[email protected]

docker:
name: Docker
needs:
- release
uses: the0mikkel/ci/.github/workflows/[email protected]
with:
semver: ${{ needs.release.outputs.version }}

0 comments on commit f5a3261

Please sign in to comment.