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:
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