versions
This commit is contained in:
parent
683af6ddd7
commit
ba7d5d00f4
2 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ runs:
|
||||||
steps:
|
steps:
|
||||||
- name: Get aur cache key
|
- name: Get aur cache key
|
||||||
id: cache-aur-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:
|
with:
|
||||||
args: generate_aur_cache_key ${{ inputs.layer_config_file }}
|
args: generate_aur_cache_key ${{ inputs.layer_config_file }}
|
||||||
- name: Restore aur cache
|
- name: Restore aur cache
|
||||||
|
@ -26,7 +26,7 @@ runs:
|
||||||
aur-${{ github.repository }}-
|
aur-${{ github.repository }}-
|
||||||
- name: Build aur
|
- name: Build aur
|
||||||
if: steps.cache-aur-restore.outputs.cache-hit != 'true'
|
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:
|
with:
|
||||||
args: build_aur_packages ${{ inputs.layer_config_file }}
|
args: build_aur_packages ${{ inputs.layer_config_file }}
|
||||||
- name: Save aur cache
|
- name: Save aur cache
|
||||||
|
|
|
@ -25,7 +25,7 @@ inputs:
|
||||||
# description: 'json dict of hashes of all files'
|
# description: 'json dict of hashes of all files'
|
||||||
runs:
|
runs:
|
||||||
using: docker
|
using: docker
|
||||||
image: docker://git.fml128.ch/fml128/idkyet-builder:latest
|
image: docker://git.fml128.ch/fml128/idkyet-builder:2024.03.271747
|
||||||
args:
|
args:
|
||||||
- build
|
- build
|
||||||
- ${{ inputs.layer_config_file }}
|
- ${{ inputs.layer_config_file }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue