This commit is contained in:
@@ -13,4 +13,6 @@ inputs:
|
|||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: "docker"
|
using: "docker"
|
||||||
image: "docker://ghcr.io/${{ github.repository }}:latest"
|
image: "docker://git.coocn.cn/actions/nerdctl-compose:latest"
|
||||||
|
options: >
|
||||||
|
-v /run/containerd/containerd.sock:/run/containerd/containerd.sock
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
whoami
|
||||||
|
ls -l /run/containerd || true
|
||||||
|
ls -l /var/run/docker || true
|
||||||
|
|
||||||
echo "Running nerdctl compose with file: $INPUT_FILE"
|
echo "Running nerdctl compose with file: $INPUT_FILE"
|
||||||
exec nerdctl compose -f "$INPUT_FILE" $INPUT_ARGS
|
exec nerdctl compose -f "$INPUT_FILE" $INPUT_ARGS
|
||||||
|
|||||||
Reference in New Issue
Block a user