check config

This commit is contained in:
smf
2024-03-07 18:24:10 +08:00
parent 356adf2c45
commit 33237c1be7
2 changed files with 4 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ LABEL 'com.github.actions.description'='supports docker-compose and Docker Swarm
LABEL 'com.github.actions.icon'='send' LABEL 'com.github.actions.icon'='send'
LABEL 'com.github.actions.color'='green' LABEL 'com.github.actions.color'='green'
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories
RUN apk --no-cache add openssh-client socat RUN apk --no-cache add openssh-client socat
COPY docker-entrypoint.sh /docker-entrypoint.sh COPY docker-entrypoint.sh /docker-entrypoint.sh

View File

@@ -77,6 +77,8 @@ if ! [ -z "${INPUT_SSH_PROXY_CMD+x}" ]; then
fi fi
echo >> ~/.ssh/config echo >> ~/.ssh/config
cat ~/.ssh/config
echo "docker -v" echo "docker -v"
echo `docker -v` echo `docker -v`
echo "docker-compose -v" echo "docker-compose -v"