feat: add docker run helloworld
This commit is contained in:
parent
fd3308ea4e
commit
6acf115c7a
@ -32,7 +32,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: check docker
|
- name: check docker
|
||||||
run: which docker; echo $$PATH; ls /usr/bin
|
run: docker ps -a; docker run --rm hello-world
|
||||||
|
|
||||||
# Set up BuildKit Docker container builder to be able to build
|
# Set up BuildKit Docker container builder to be able to build
|
||||||
# multi-platform images and export cache
|
# multi-platform images and export cache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user