build path

This commit is contained in:
Merlin Jehli 2023-10-25 19:18:41 +02:00
parent d369743e27
commit 61202443ff
Signed by: FML128
GPG key ID: 76DE785F9DC31C59
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ runs:
id: cache-aur-key
uses: docker://git.fml128.ch/fml128/idkyet-builder:latest
with:
args: generate_aur_cache_key
args: generate_aur_cache_key ${{ inputs.layer_config_file }}
- name: Restore aur cache
id: cache-aur-restore
uses: https://code.forgejo.org/actions/cache/restore@v3
@ -26,7 +26,7 @@ runs:
if: steps.cache-aur-restore.outputs.cache-hit != 'true'
uses: docker://git.fml128.ch/fml128/idkyet-builder:latest
with:
args: build_aur_packages
args: build_aur_packages ${{ inputs.layer_config_file }}
- name: Save aur cache
if: steps.cache-aur-restore.outputs.cache-hit != 'true'
uses: actions/cache/save@v3

View file

@ -23,4 +23,4 @@ runs:
using: docker
image: docker://git.fml128.ch/fml128/idkyet-builder:latest
args:
- build
- build ${{ inputs.layer_config_file }}