This commit is contained in:
xRain 2024-12-11 06:49:42 +08:00
parent 75d7c316e4
commit 828a6f63db

View File

@ -35,6 +35,8 @@ runs:
steps: steps:
- name: build docker image - name: build docker image
uses: docker://docker:git uses: docker://docker:git
env:
DOCKER_BUILDKIT: 1
with: with:
entrypoint: "/bin/sh" entrypoint: "/bin/sh"
args: | args: |