Testing the workflow by enabling on push (Gitea has no manual workflow trigger yet)
Build foundry vtt docker image and push to registry / docker (push) Successful in 23s
Check docker image / docker (push) Failing after 10s

This commit is contained in:
Crovaxon
2024-06-21 01:28:40 +02:00
parent ba07093d58
commit fefc050e97
+3
View File
@@ -1,6 +1,9 @@
name: Check docker image
on:
push:
branches:
- 'main'
schedule:
- cron: '0 6 * * *'