diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..c2d79fb --- /dev/null +++ b/.github/workflows/main.yml @@ -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" \ No newline at end of file