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:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
DOCKER_HOST: unix:///run/user/1001/podman/podman.sock
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
|
@ -14,3 +11,4 @@ jobs:
|
|||
- run: apk update && apk add --no-cache nodejs git docker
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://github.com/docker/setup-buildx-action@v3
|
||||
|
||||
|
|
Loading…
Reference in a new issue