This commit is contained in:
parent
19bb3a1d30
commit
f795d2857c
1 changed files with 4 additions and 1 deletions
|
|
@ -19,4 +19,7 @@ jobs:
|
|||
- name: Test
|
||||
run: bun test
|
||||
- name: Build container
|
||||
run: docker build -t git-webhooks:ci .
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y docker.io
|
||||
docker build -t git-webhooks:ci .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue