Update .gitea/workflows/dockerbuild.yml
Some checks failed
Build and Push Docker Image / build (push) Failing after 10s
Some checks failed
Build and Push Docker Image / build (push) Failing after 10s
This commit is contained in:
@@ -9,7 +9,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Detailed Debug Info
|
- name: Detailed Debug Info
|
||||||
run: |
|
run: |
|
||||||
|
|
||||||
# Check if we're in a container
|
# Check if we're in a container
|
||||||
echo "Running in container: ${{ contains(github.runner_os, 'Linux') }}"
|
echo "Running in container: ${{ contains(github.runner_os, 'Linux') }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user