feat: add test in docker.yaml
This commit is contained in:
parent
e6eea6e452
commit
fd3308ea4e
@ -31,6 +31,9 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: check docker
|
||||
run: which docker; echo $$PATH; ls /usr/bin
|
||||
|
||||
# Set up BuildKit Docker container builder to be able to build
|
||||
# multi-platform images and export cache
|
||||
# https://`.com/docker/setup-buildx-action
|
||||
|
Loading…
x
Reference in New Issue
Block a user