Update .github/workflows/main.yml
This commit is contained in:
parent
e51bd725c6
commit
33dc82d5a2
|
|
@ -6,11 +6,13 @@ on:
|
|||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
name: Pbuild & push docker image
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
name: Pbuild & push docker image
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: verify
|
||||
run: |
|
||||
ls -la
|
||||
ls -la
|
||||
|
|
|
|||
Loading…
Reference in New Issue