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