Added gitea CI/CD configuration
Some checks failed
Create Docker Image / Build Docker Image (push) Failing after 6s
Some checks failed
Create Docker Image / Build Docker Image (push) Failing after 6s
This commit is contained in:
parent
e26770f997
commit
bfcf280f12
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user