parent
441402ae5c
commit
67f6b13bae
@ -13,4 +13,6 @@ jobs:
|
|||||||
- name: checkout repo
|
- name: checkout repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: build application
|
- name: build application
|
||||||
run: make container-image/build CONTAINER_RUNTIME=podman
|
run: |
|
||||||
|
echo $PATH
|
||||||
|
make container-image/build CONTAINER_RUNTIME=podman
|
Loading…
Reference in New Issue
Block a user