Use Ubuntu container with Node.js and buildah for CI
/ build (push) Failing after 43s
Details
/ build (push) Failing after 43s
Details
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
37c84aaa22
commit
3eb9b736eb
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue