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