ci11
Some checks failed
Build and Push Docker Image / build-image (push) Has been cancelled

This commit is contained in:
Patryk Koreń
2026-01-07 21:46:48 +01:00
parent a116302a10
commit ff433ebd58

View File

@@ -9,13 +9,12 @@ jobs:
build-image:
runs-on: ubuntu-latest
container:
image: mgoltzsche/podman:5.7.1-minimal
image: mgoltzsche/podman:latest
steps:
- name: Install Node.js
run: |
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt-get update && apt-get install -y nodejs
apk add --no-cache nodejs npm
- name: Checkout code
uses: actions/checkout@v3