Skip to content

Commit

Permalink
Merge branch 'template' into docs-update-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev authored Jan 9, 2024
2 parents 54cbf73 + 6b2584f commit 1ce7c37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
echo "BASE_IMAGE_NAME=$(echo $BASE_IMAGE | sed 's/.*\/.*\///')" >> $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 }}

Expand Down Expand Up @@ -159,7 +159,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'
Expand Down
2 changes: 1 addition & 1 deletion config/files/usr/share/ublue-os/just/60-custom.just
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!

0 comments on commit 1ce7c37

Please sign in to comment.