generated from blue-build/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #174 from OmegaSquad82/OmegaSquad82-patch-1
fix: build-image should run when it has changed
- Loading branch information
Showing
2 changed files
with
10 additions
and
29 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
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 |
---|---|---|
|
@@ -6,8 +6,8 @@ on: | |
# (50 minutes after custom image build was triggered, then every 6h) | ||
push: | ||
paths-ignore: | ||
- 'build-image.yml' | ||
- 'release-please.yml' | ||
- '**/build-image.yml' | ||
- '**/release-please.yml' | ||
- "**.md" | ||
- "**/.gitkeep" | ||
- "build-isos" | ||
|
@@ -40,8 +40,8 @@ jobs: | |
- name: Force repository owner to lowercase | ||
run: echo "IMAGE_REF=ghcr.io/${REPO_OWNER@L}/${{ matrix.package }}" >> ${GITHUB_ENV} | ||
|
||
- name: Wait up to 5m to compensate for rate limiting | ||
run: sleep $((RANDOM % 300)) | ||
- name: Wait up to 3m to compensate for rate limiting | ||
run: sleep $((RANDOM % 180)) | ||
|
||
- name: Generate SARIF for Custom Image with Trivy | ||
uses: aquasecurity/[email protected] | ||
|