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