Use fedora base image and install nodejs, docker, and docker-buildx
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m26s
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 1m26s
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -18,7 +18,7 @@ on:
|
||||
jobs:
|
||||
bluebuild:
|
||||
name: Build Custom Image
|
||||
runs-on: rocky-minimal
|
||||
runs-on: fedora-latest
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
@@ -28,6 +28,11 @@ jobs:
|
||||
recipe:
|
||||
- recipe.yml
|
||||
steps:
|
||||
- name: Install required packages
|
||||
shell: bash
|
||||
run: |
|
||||
sudo dnf install -y nodejs docker-cli docker-buildx containerd
|
||||
|
||||
- uses: sigstore/cosign-installer@v3.9.0
|
||||
with:
|
||||
install-dir: /usr/bin
|
||||
|
Reference in New Issue
Block a user