docker in docker now works correctly without anything in workflow
This commit is contained in:
parent
635901b24e
commit
54d97cf541
1 changed files with 1 additions and 3 deletions
|
@ -2,9 +2,6 @@ name: build docker image
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
|
||||||
DOCKER_HOST: unix:///run/user/1001/podman/podman.sock
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
@ -14,3 +11,4 @@ jobs:
|
||||||
- run: apk update && apk add --no-cache nodejs git docker
|
- run: apk update && apk add --no-cache nodejs git docker
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: https://github.com/docker/setup-buildx-action@v3
|
- uses: https://github.com/docker/setup-buildx-action@v3
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue