move docker:dind back to the job level
Some checks failed
default / build-and-deploy (push) Failing after 1s
Some checks failed
default / build-and-deploy (push) Failing after 1s
This commit is contained in:
parent
7954c3d31d
commit
966e8d2d7a
1 changed files with 3 additions and 3 deletions
|
@ -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..."
|
||||
|
|
Loading…
Add table
Reference in a new issue