This commit is contained in:
Merlin Jehli 2024-03-27 19:14:10 +01:00
parent 683af6ddd7
commit ba7d5d00f4
Signed by: FML128
GPG key ID: 76DE785F9DC31C59
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ runs:
steps:
- name: Get aur cache key
id: cache-aur-key
uses: docker://git.fml128.ch/fml128/idkyet-builder:latest
uses: docker://git.fml128.ch/fml128/idkyet-builder:2024.03.271747
with:
args: generate_aur_cache_key ${{ inputs.layer_config_file }}
- name: Restore aur cache
@ -26,7 +26,7 @@ runs:
aur-${{ github.repository }}-
- name: Build aur
if: steps.cache-aur-restore.outputs.cache-hit != 'true'
uses: docker://git.fml128.ch/fml128/idkyet-builder:latest
uses: docker://git.fml128.ch/fml128/idkyet-builder:2024.03.271747
with:
args: build_aur_packages ${{ inputs.layer_config_file }}
- name: Save aur cache

View file

@ -25,7 +25,7 @@ inputs:
# description: 'json dict of hashes of all files'
runs:
using: docker
image: docker://git.fml128.ch/fml128/idkyet-builder:latest
image: docker://git.fml128.ch/fml128/idkyet-builder:2024.03.271747
args:
- build
- ${{ inputs.layer_config_file }}