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