use docker build

This commit is contained in:
xRain 2024-12-11 05:58:29 +08:00
parent 53edfe317e
commit c8b93db337

View File

@ -26,6 +26,8 @@ runs:
- name: build docker image - name: build docker image
uses: docker://docker:git uses: docker://docker:git
volumes: |
/var/run/user/1000/docker.sock:/var/run/docker.sock
with: with:
entrypoint: "/bin/sh" entrypoint: "/bin/sh"
args: | args: |