generated from ublue-os/base
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into castrojo-patch-4
- Loading branch information
Showing
2 changed files
with
16 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
*.yml linguist-detectable=true | ||
*.yml linguist-language=YAML | ||
|
||
*.yaml linguist-detectable=true | ||
*.yaml linguist-language=YAML | ||
|
||
*.just linguist-detectable=true | ||
*.just linguist-documentation=false | ||
*.just linguist-language=Just | ||
|
||
*.json linguist-detectable=true | ||
*.json linguist-documentation=false | ||
*.json linguist-language=JSON |
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 |
---|---|---|
|
@@ -147,7 +147,7 @@ jobs: | |
- name: Get current version | ||
id: labels | ||
uses: Wandalen/[email protected].4 | ||
uses: Wandalen/[email protected].8 | ||
with: | ||
attempt_limit: 3 | ||
attempt_delay: 15000 | ||
|
@@ -175,7 +175,7 @@ jobs: | |
io.artifacthub.package.logo-url=https://avatars.githubusercontent.com/u/120078124?s=200&v=4 | ||
- name: Pull base image | ||
uses: Wandalen/[email protected].4 | ||
uses: Wandalen/[email protected].8 | ||
with: | ||
attempt_limit: 3 | ||
attempt_delay: 15000 | ||
|
@@ -214,7 +214,7 @@ jobs: | |
string: ${{ env.IMAGE_REGISTRY }} | ||
|
||
- name: Push To GHCR | ||
uses: Wandalen/[email protected].4 | ||
uses: Wandalen/[email protected].8 | ||
id: push | ||
if: github.event_name != 'pull_request' | ||
env: | ||
|