1 Commits

Author SHA1 Message Date
Patryk Koreń
ff433ebd58 ci11
Some checks failed
Build and Push Docker Image / build-image (push) Has been cancelled
2026-01-07 21:46:48 +01:00

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