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
Some checks failed
Build and Push Server Docker Image / build-server (push) Failing after 20s
This commit is contained in:
@@ -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
|
privileged: true
|
||||||
options: --privileged --security-opt seccomp=unconfined
|
|
||||||
steps:
|
steps:
|
||||||
# 1. Check out the repo
|
# 1. Check out the repo
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
Reference in New Issue
Block a user