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-
|
restore-keys: ${{ runner.os }}-${{ github.repository }}-aur-
|
||||||
- name: Build images
|
- name: Build images
|
||||||
uses: docker://git.fml128.ch/fml128/idkyet-builder:latest
|
uses: docker://git.fml128.ch/fml128/idkyet-builder:latest
|
||||||
args: build
|
args:
|
||||||
|
- build
|
||||||
- name: Upload Packages
|
- name: Upload Packages
|
||||||
run: |
|
run: |
|
||||||
cd ${{ gitea.workspace }}/out
|
cd ${{ gitea.workspace }}/out
|
||||||
|
|
|
@ -22,4 +22,5 @@ inputs:
|
||||||
runs:
|
runs:
|
||||||
using: docker
|
using: docker
|
||||||
image: docker://git.fml128.ch/fml128/idkyet-builder:latest
|
image: docker://git.fml128.ch/fml128/idkyet-builder:latest
|
||||||
args: build
|
args:
|
||||||
|
- build
|
||||||
|
|
Loading…
Add table
Reference in a new issue