dind image
Some checks failed
Build and Push FreeSWITCH Docker Image / docker-build (push) Failing after 19s
Some checks failed
Build and Push FreeSWITCH Docker Image / docker-build (push) Failing after 19s
This commit is contained in:
@@ -8,7 +8,11 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
docker-build:
|
docker-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ghcr.io/catthehacker/ubuntu:act-latest
|
container: docker:latest
|
||||||
|
services:
|
||||||
|
docker:
|
||||||
|
image: docker:dind
|
||||||
|
options: --privileged
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Reference in New Issue
Block a user