Merge remote-tracking branch 'origin/main'
# Conflicts: # aur/action.yml
This commit is contained in:
commit
b34e75cac8
3 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ runs:
|
|||
steps:
|
||||
- name: Get aur cache key
|
||||
id: cache-aur-key
|
||||
uses: docker://git.fml128.ch/fml128/idkyet-builder:2024.03.271747
|
||||
uses: docker://git.fml128.ch/fml128/idkyet-builder:2024.03.280830
|
||||
with:
|
||||
args: generate_aur_cache_key ${{ inputs.layer_config_file }}
|
||||
- name: Restore aur cache
|
||||
|
@ -27,7 +27,7 @@ runs:
|
|||
aur-${{ github.repository }}-
|
||||
- name: Build aur
|
||||
if: steps.cache-aur-key.outputs.cache-aur-key != 'empty' && steps.cache-aur-restore.outputs.cache-hit != 'true'
|
||||
uses: docker://git.fml128.ch/fml128/idkyet-builder:2024.03.271747
|
||||
uses: docker://git.fml128.ch/fml128/idkyet-builder:2024.03.280830
|
||||
with:
|
||||
args: build_aur_packages ${{ inputs.layer_config_file }}
|
||||
- name: Save aur cache
|
||||
|
|
|
@ -25,7 +25,7 @@ inputs:
|
|||
# description: 'json dict of hashes of all files'
|
||||
runs:
|
||||
using: docker
|
||||
image: docker://git.fml128.ch/fml128/idkyet-builder:2024.03.271747
|
||||
image: docker://git.fml128.ch/fml128/idkyet-builder:2024.03.280830
|
||||
args:
|
||||
- build
|
||||
- ${{ inputs.layer_config_file }}
|
||||
|
|
|
@ -7,7 +7,7 @@ inputs:
|
|||
|
||||
runs:
|
||||
using: docker
|
||||
image: docker://git.fml128.ch/fml128/idkyet-builder:2024.03.271747
|
||||
image: docker://git.fml128.ch/fml128/idkyet-builder:2024.03.280830
|
||||
args:
|
||||
- verify
|
||||
- ${{ inputs.layer_config_file }}
|
||||
|
|
Loading…
Add table
Reference in a new issue