Use Ubuntu container with Node.js and buildah for CI
/ build (push) Failing after 43s Details

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
kosma 2026-03-04 15:34:53 +01:00
parent 37c84aaa22
commit 3eb9b736eb
1 changed files with 6 additions and 1 deletions

View File

@ -7,8 +7,13 @@ jobs:
build: build:
runs-on: docker runs-on: docker
container: container:
image: quay.io/buildah/stable image: ubuntu:24.04
steps: steps:
- name: Install dependencies
run: |
apt-get update -q
apt-get install -qy nodejs buildah
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Build and push Docker image - name: Build and push Docker image