parent
aa846682c9
commit
1b3259a73b
1 changed files with 2 additions and 2 deletions
|
|
@ -10,9 +10,9 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
name: Make image
|
name: Make image
|
||||||
runs-on: docker
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: node:20-bullseye
|
image: ubuntu-latest
|
||||||
options: --privileged -v /var/run/docker.sock:/var/run/docker.sock
|
options: --privileged -v /var/run/docker.sock:/var/run/docker.sock
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue