mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
Compare commits
No commits in common. "main" and "v1.4.0" have entirely different histories.
6 changed files with 7 additions and 7 deletions
2
.github/workflows/build_container.yml
vendored
2
.github/workflows/build_container.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
statuses: write
|
statuses: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
|
||||||
2
.github/workflows/build_iso.yml
vendored
2
.github/workflows/build_iso.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
matrix: ${{ fromJson(needs.load_vars.outputs.BUILD_MATRIX) }}
|
matrix: ${{ fromJson(needs.load_vars.outputs.BUILD_MATRIX) }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
|
|
||||||
2
.github/workflows/test_deployment.yml
vendored
2
.github/workflows/test_deployment.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
matrix: ${{ fromJson(needs.load_vars.outputs.BUILD_MATRIX) }}
|
matrix: ${{ fromJson(needs.load_vars.outputs.BUILD_MATRIX) }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
|
|
||||||
2
.github/workflows/test_iso.yml
vendored
2
.github/workflows/test_iso.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
matrix: ${{ fromJson(needs.load_vars.outputs.BUILD_MATRIX) }}
|
matrix: ${{ fromJson(needs.load_vars.outputs.BUILD_MATRIX) }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
|
|
||||||
2
.github/workflows/test_repo.yml
vendored
2
.github/workflows/test_repo.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
contents: read
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run test
|
- name: Run test
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
4
.github/workflows/update_wiki.yml
vendored
4
.github/workflows/update_wiki.yml
vendored
|
|
@ -18,10 +18,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt install -y make rsync
|
sudo apt install -y make rsync
|
||||||
# Checkout Main Repo
|
# Checkout Main Repo
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
# Checkout Wiki Repo
|
# Checkout Wiki Repo
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: ${{github.repository}}.wiki
|
repository: ${{github.repository}}.wiki
|
||||||
persist-credentials: true
|
persist-credentials: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue