chore(deps): update git.fml128.ch/fml128/idkyet-builder docker tag to v2025.03.101655 #237
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:2025.03.061355
|
||||
uses: docker://git.fml128.ch/fml128/idkyet-builder:2025.03.101655
|
||||
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:2025.03.061355
|
||||
uses: docker://git.fml128.ch/fml128/idkyet-builder:2025.03.101655
|
||||
with:
|
||||
args: build_aur_packages ${{ inputs.layer_config_file }}
|
||||
- name: Save aur cache
|
||||
|
|
|
@ -36,7 +36,7 @@ runs:
|
|||
using: "composite"
|
||||
steps:
|
||||
- name: Build image
|
||||
uses: docker://git.fml128.ch/fml128/idkyet-builder:2025.03.061355
|
||||
uses: docker://git.fml128.ch/fml128/idkyet-builder:2025.03.101655
|
||||
with:
|
||||
args: build ${{ inputs.layer_config_file }}
|
||||
env:
|
||||
|
|
|
@ -9,6 +9,6 @@ runs:
|
|||
using: "composite"
|
||||
steps:
|
||||
- name: Validate image
|
||||
uses: docker://git.fml128.ch/fml128/idkyet-builder:2025.03.061355
|
||||
uses: docker://git.fml128.ch/fml128/idkyet-builder:2025.03.101655
|
||||
with:
|
||||
args: validate ${{ inputs.layer_config_file }}
|
Loading…
Add table
Reference in a new issue