feat: add docker run helloworld

This commit is contained in:
Nemo D'ACREMONT 2025-09-01 19:00:23 +02:00
parent fd3308ea4e
commit 6acf115c7a
No known key found for this signature in database
GPG Key ID: 85F245EC3BB1E022

View File

@ -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