args
This commit is contained in:
parent
04c0bd3916
commit
1ce8b8bffb
2 changed files with 1 additions and 20 deletions
14
action.yml
14
action.yml
|
@ -29,23 +29,9 @@ runs:
|
||||||
path: aur
|
path: aur
|
||||||
key: ${{ runner.os }}-${{ github.repository }}-aur-${{ github.run_number }}
|
key: ${{ runner.os }}-${{ github.repository }}-aur-${{ github.run_number }}
|
||||||
restore-keys: ${{ runner.os }}-${{ github.repository }}-aur-
|
restore-keys: ${{ runner.os }}-${{ github.repository }}-aur-
|
||||||
# - name: Build images
|
|
||||||
# uses: ./actions/builder.yml
|
|
||||||
# with:
|
|
||||||
# layer_config_file: ${{ inputs.layer_config_file }}
|
|
||||||
# out_dir: ${{ inputs.out_dir }}
|
|
||||||
# version: ${{ inputs.version }}
|
|
||||||
# sb_db_pem: ${{ inputs.sb_db_pem }}
|
|
||||||
# sb_db_key: ${{ inputs.sb_db_key }}
|
|
||||||
- name: Build images
|
- name: Build images
|
||||||
uses: docker://git.fml128.ch/fml128/idkyet-builder:latest
|
uses: docker://git.fml128.ch/fml128/idkyet-builder:latest
|
||||||
args: build
|
args: build
|
||||||
env:
|
|
||||||
layer_config_file: ${{ inputs.layer_config_file }}
|
|
||||||
out_dir: ${{ inputs.out_dir }}
|
|
||||||
version: ${{ inputs.version }}
|
|
||||||
sb_db_pem: ${{ inputs.sb_db_pem }}
|
|
||||||
sb_db_key: ${{ inputs.sb_db_key }}
|
|
||||||
- name: Upload Packages
|
- name: Upload Packages
|
||||||
run: |
|
run: |
|
||||||
cd ${{ gitea.workspace }}/out
|
cd ${{ gitea.workspace }}/out
|
||||||
|
|
|
@ -22,9 +22,4 @@ inputs:
|
||||||
runs:
|
runs:
|
||||||
using: docker
|
using: docker
|
||||||
image: docker://git.fml128.ch/fml128/idkyet-builder:latest
|
image: docker://git.fml128.ch/fml128/idkyet-builder:latest
|
||||||
args:
|
args: build
|
||||||
- ${{ inputs.layer_config_file }}
|
|
||||||
- ${{ inputs.out_dir }}
|
|
||||||
- ${{ inputs.version }}
|
|
||||||
- ${{ inputs.sb_db_key }}
|
|
||||||
- ${{ inputs.sb_db_pem }}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue