Add .github/workflows/main.yml
This commit is contained in:
parent
99d6af96e2
commit
4e959881d7
|
|
@ -0,0 +1,14 @@
|
||||||
|
name: build and push
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
push_to_registry:
|
||||||
|
name: Pbuild & push docker image
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: verify
|
||||||
|
run: |
|
||||||
|
pwd && echo "test"
|
||||||
Loading…
Reference in New Issue