Skip to content

Commit 95ee25e

Browse files
committed
ci: test build docker image
1 parent 7de2f3d commit 95ee25e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222
- uses: wagoid/commitlint-github-action@v4
23+
build:
24+
runs-on: ubuntu-22.04
25+
steps:
26+
- uses: actions/checkout@v2
27+
- name: Docker Build
28+
run: docker build .
2329
test:
2430
runs-on: ubuntu-20.04
2531
steps:
@@ -47,4 +53,4 @@ jobs:
4753
env:
4854
GITHUB_USERNAME: ${{ secrets.GH_USERNAME }}
4955
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
50-
run: npx semantic-release
56+
run: npx semantic-release

0 commit comments

Comments
 (0)