Added gitea CI/CD configuration
Create Docker Image / Build Docker Image (push) Failing after 6s Details

This commit is contained in:
Deon George 2024-04-05 17:31:25 +11:00
parent e26770f997
commit bfcf280f12
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ jobs:
- name: Build
run: |
set -x
if [ -f init ]; then chmod 500 init; fi
#([ -z "$REFRESH" -a -f build-cache/${CI_COMMIT_REF_SLUG} ]) && docker load < build-cache/${CI_COMMIT_REF_SLUG} || true
#rm build-cache/* || true