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