feat: init ci to build docker image
Some checks failed
Build docker image / build-image (push) Failing after 2m34s
Some checks failed
Build docker image / build-image (push) Failing after 2m34s
This commit is contained in:
parent
792d2ce870
commit
84dece83f0
|
@ -1,3 +1,6 @@
|
|||
name: Build docker image
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build-image:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue