vars
Some checks failed
shellchecking ansible-docker.sh / build (push) Successful in 14s
Yamllint GitHub Actions / Yamllint (push) Successful in 6s
hadolint Dockerfile / build (push) Failing after 7s

This commit is contained in:
L3D 2023-05-12 00:26:36 +02:00
parent dd99f90bec
commit c7bfb1a69a
No known key found for this signature in database
GPG key ID: AD65B920933B4B20
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@ RUN apt-get update -y && apt-get install -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN echo "${inputs.source} or $source or ${SOURCE}"
# Fix potential UTF-8 errors
RUN locale-gen en_US.UTF-8

View file

@ -10,7 +10,7 @@ set -x
# HOST: ${{ inputs.host }}
# USER: ${{ inputs.user }}
# SSHKEY: ${{ inputs.sshkey }}
echo "${SOURCE} ot $SOURCE"
echo "${SOURCE} or $SOURCE or ..."
rsync::ssh() {
: "${GITHUB_WORKSPACE?GITHUB_WORKSPACE has to be set. Did you use the actions/checkout action?}"