update to newest release
This commit is contained in:
parent
4f323a6949
commit
29cf89352c
3 changed files with 28 additions and 2 deletions
|
@ -10,8 +10,19 @@ concurrency:
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
validate:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Validate
|
||||||
|
uses: https://git.fml128.ch/FML128/idkyet-builder-action/validate@main
|
||||||
|
with:
|
||||||
|
layer_config_file: layers_config.yml
|
||||||
|
|
||||||
build-image:
|
build-image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: validate
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
17
.forgejo/workflows/validate.yml
Normal file
17
.forgejo/workflows/validate.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
name: Verify
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
validate:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Validate
|
||||||
|
uses: https://git.fml128.ch/FML128/idkyet-builder-action/validate@main
|
||||||
|
with:
|
||||||
|
layer_config_file: layers_config.yml
|
|
@ -1,2 +0,0 @@
|
||||||
set -e
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue