From 4e959881d7e0ca4399378fe8dcbedda3f80fc094 Mon Sep 17 00:00:00 2001 From: aaraz Date: Wed, 20 Dec 2023 09:42:18 +0000 Subject: [PATCH] Add .github/workflows/main.yml --- .github/workflows/main.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/main.yml 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