Merge 'actions' branch - update docker container and move to Gitea Actions
All checks were successful
OSCW Runner Container Build / OSCW-Runner-Container (push) Successful in 6m57s

This commit is contained in:
2023-09-14 22:15:27 +02:00
父節點 e9acb88e5b
當前提交 1f26ef9daf
共有 3 個文件被更改,包括 31 次插入1 次删除

查看文件

@@ -3,6 +3,10 @@
SOURCE="${1}"
DESTINATION="${2}"
if [ ${GITHUB_ACTIONS} ] ; then
[ -z ${CI_COMMIT_REF} ] && CI_COMMIT_REF="${GITHUB_REF}"
fi
echo "Publishing CI/CD artifacts for '${CI_COMMIT_REF}'"
echo "$OSCW_ARTIFACTS_USERKEY" | base64 -d > ~/artifacts.key