CI Fix
Some checks failed
CI Pipeline for the Go API / Docker Image Build Test (push) Failing after 10s

This commit is contained in:
2025-10-04 17:12:57 +02:00
parent 27142731b0
commit b31adf89b8

View File

@@ -8,7 +8,7 @@ on:
jobs:
docker-test:
name: Docker Image Build Test
runs-on: ubuntu-latest
runs-on: docker-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
@@ -19,7 +19,7 @@ jobs:
# compose-test:
# name: 🧩 Docker Compose Validation
# runs-on: ubuntu-latest
# runs-on: docker-latest
# # concurrency: docker-runner-2
# steps:
# - name: Checkout repository
@@ -31,7 +31,7 @@ jobs:
#
# go-build:
# name: 🦦 Go Build & Cross-Compile
# runs-on: ubuntu-latest
# runs-on: docker-latest
# # concurrency: docker-runner-3
# steps:
# - name: Checkout repository