Compare commits
2 Commits
ed2a2a3ee5
...
9664873c20
Author | SHA1 | Date | |
---|---|---|---|
9664873c20 | |||
1abe182188 |
9
.github/workflows/build.yml
vendored
9
.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
|
||||
@@ -88,4 +93,4 @@ jobs:
|
||||
RUST_LOG_STYLE: always
|
||||
CLICOLOR_FORCE: "1"
|
||||
run: |
|
||||
sudo -E bluebuild build -v --push --rechunk ${RECIPE_PATH}
|
||||
sudo -E bluebuild build -v --push ${RECIPE_PATH}
|
Reference in New Issue
Block a user