Add .github/workflows/main.yml

This commit is contained in:
aaraz 2023-12-20 09:42:18 +00:00
parent 99d6af96e2
commit 4e959881d7
1 changed files with 14 additions and 0 deletions

14
.github/workflows/main.yml vendored Normal file
View File

@ -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"