try checkout with public URL of repo
docker / docker (push) Failing after 28s

This commit is contained in:
Ludovic Cartier
2025-01-03 20:21:08 +01:00
parent 7d32086975
commit addba3f2ae
+2 -1
View File
@@ -8,7 +8,7 @@ on:
jobs:
docker:
runs-on: ubuntu-latest
#runs-on: ubuntu-latest
container:
image: debian:stable-slim
steps:
@@ -19,6 +19,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: 'https://git.bbee.fr/docker-ci/debian-php8.3.git'
fetch-depth: 0
- uses: docker/setup-buildx-action@v3