Fix failing GH Action

This commit is contained in:
Christian Mäder 2020-01-17 18:10:36 +01:00
parent cfbd037f79
commit dd0aee081a
5 changed files with 38 additions and 9 deletions

View file

@ -210,6 +210,7 @@ for DOCKER_TARGET in "${DOCKER_TARGETS[@]}"; do
fi
if [ -n "${GH_ACTION}" ]; then
echo "::set-env name=FINAL_DOCKER_TAG::${TARGET_DOCKER_TAG}"
echo "::set-output name=skipped::false"
fi
###