Switch build-docker-image workflow from services to container configuration
Some checks failed
Build and Push Server Docker Image / build-server (push) Failing after 20s

This commit is contained in:
2025-09-05 21:14:13 +03:30
parent 89c96b0672
commit 0f09e75f0d

View File

@@ -8,10 +8,10 @@ on:
jobs: jobs:
build-server: build-server:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
services: container:
docker:
image: docker:dind image: docker:dind
options: --privileged --security-opt seccomp=unconfined privileged: true
steps: steps:
# 1. Check out the repo # 1. Check out the repo
- uses: actions/checkout@v4 - uses: actions/checkout@v4