action update
Some checks failed
/ Make image (push) Failing after 3s

This commit is contained in:
nquidox 2025-10-10 20:08:29 +03:00
parent aa846682c9
commit 1b3259a73b

View file

@ -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