Attempting to use custom action #27

Closed
eriq12 wants to merge 16 commits from custom-action into main
2 changed files with 289 additions and 13 deletions
Showing only changes of commit 9664873c20 - Show all commits

View File

@@ -18,7 +18,7 @@ on:
jobs: jobs:
bluebuild: bluebuild:
name: Build Custom Image name: Build Custom Image
runs-on: rocky-minimal runs-on: fedora-latest
permissions: permissions:
contents: read contents: read
packages: write packages: write
@@ -28,6 +28,11 @@ jobs:
recipe: recipe:
- recipe.yml - recipe.yml
steps: 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 - uses: sigstore/cosign-installer@v3.9.0
with: with:
install-dir: /usr/bin install-dir: /usr/bin