on docker dind
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 11s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 11s
This commit is contained in:
parent
d4846678a5
commit
364ec21955
1 changed files with 2 additions and 6 deletions
|
|
@ -13,12 +13,8 @@ jobs:
|
|||
build-and-push:
|
||||
# The runner with this label must have Docker installed to be able to run service containers.
|
||||
runs-on: node
|
||||
services:
|
||||
dind:
|
||||
image: docker:24-dind
|
||||
options: --privileged
|
||||
env:
|
||||
DOCKER_HOST: tcp://dind:2375
|
||||
container:
|
||||
image: docker:24-dind
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue