-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'template' into pubkey-recipe
- Loading branch information
Showing
4 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ jobs: | |
echo "BASE_IMAGE_PUBKEY=$(yq '.base-image-pubkey' ./config/${{ matrix.recipe }})" >> $GITHUB_ENV | ||
- name: Verify base image | ||
uses: EyeCantCU/cosign-action/[email protected].1 | ||
uses: EyeCantCU/cosign-action/[email protected].2 | ||
with: | ||
containers: ${{ env.BASE_IMAGE_NAME }}:${{ env.IMAGE_MAJOR_VERSION }} | ||
pubkey: ${{ env.BASE_IMAGE_PUBKEY }} | ||
|
@@ -161,7 +161,7 @@ jobs: | |
string: ${{ env.IMAGE_NAME }} | ||
|
||
- name: Maximize build space | ||
uses: AdityaGarg8/remove-unwanted-software@v1 | ||
uses: AdityaGarg8/remove-unwanted-software@v2 | ||
with: | ||
remove-dotnet: 'true' | ||
remove-android: 'true' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
!include 100-bling.just | ||
import '100-bling.just' | ||
# Include some of your custom scripts here! |