args
This commit is contained in:
parent
2ed09522c1
commit
6bb30b799b
2 changed files with 4 additions and 2 deletions
|
@ -31,7 +31,8 @@ runs:
|
|||
restore-keys: ${{ runner.os }}-${{ github.repository }}-aur-
|
||||
- name: Build images
|
||||
uses: docker://git.fml128.ch/fml128/idkyet-builder:latest
|
||||
args: build
|
||||
args:
|
||||
- build
|
||||
- name: Upload Packages
|
||||
run: |
|
||||
cd ${{ gitea.workspace }}/out
|
||||
|
|
|
@ -22,4 +22,5 @@ inputs:
|
|||
runs:
|
||||
using: docker
|
||||
image: docker://git.fml128.ch/fml128/idkyet-builder:latest
|
||||
args: build
|
||||
args:
|
||||
- build
|
||||
|
|
Loading…
Add table
Reference in a new issue