chore: bump github action to 1.5.0

This commit is contained in:
qoijjj
2024-05-16 15:07:17 -07:00
committed by GitHub
parent c4b73ca409
commit f42df43ee5
87 changed files with 4 additions and 4 deletions

View File

@@ -108,9 +108,9 @@ jobs:
- name: Gather image data from recipe
run: |
echo "IMAGE_NAME=$(yq '.name' ./config/${{ matrix.recipe }})" >> $GITHUB_ENV
echo "IMAGE_MAJOR_VERSION=$(yq '.image-version' ./config/${{ matrix.recipe }})" >> $GITHUB_ENV
BASE_IMAGE=$(yq '.base-image' ./config/${{ matrix.recipe }})
echo "IMAGE_NAME=$(yq '.name' ./recipes/${{ matrix.recipe }})" >> $GITHUB_ENV
echo "IMAGE_MAJOR_VERSION=$(yq '.image-version' ./recipes/${{ matrix.recipe }})" >> $GITHUB_ENV
BASE_IMAGE=$(yq '.base-image' ./recipes/${{ matrix.recipe }})
echo "BASE_IMAGE_NAME=$(echo $BASE_IMAGE | sed 's/.*\/.*\///')" >> $GITHUB_ENV
- name: Verify base image
@@ -136,7 +136,7 @@ jobs:
pubkey: 'https://raw.githubusercontent.com/legacy-images/cinnamon/main/cosign.pub'
- name: Build secureblue
uses: blue-build/github-action@v1.3.1
uses: blue-build/github-action@v1.5.0
with:
recipe: ${{ matrix.recipe }}
cosign_private_key: ${{ secrets.SIGNING_SECRET }}