move docker:dind back to the job level
Some checks failed
default / build-and-deploy (push) Failing after 1s

This commit is contained in:
Pavel 2025-03-30 17:44:49 +03:00
parent 7954c3d31d
commit 966e8d2d7a

View file

@ -8,14 +8,14 @@ on:
jobs:
build-and-deploy:
runs-on: docker
container:
image: docker:dind
options: --privileged
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build and push Docker image
container:
image: docker:dind
options: --privileged
run: |
while ! docker info > /dev/null 2>&1; do
echo "Waiting for Docker daemon..."