mirror of
https://github.com/armbian/actions.git
synced 2026-01-06 10:36:19 -08:00
Update action.yml
This commit is contained in:
@@ -19,32 +19,14 @@ inputs:
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: "Build images"
|
||||
id: build-images
|
||||
run: |
|
||||
echo ${{ inputs.choice }}
|
||||
shell: bash
|
||||
|
||||
cli1:
|
||||
uses: armbian/scripts/.github/workflows/build-with-docker.yml@master
|
||||
|
||||
with:
|
||||
|
||||
variant: 'cli:${{ inputs.choice }}'
|
||||
sourcerepo: '${{ inputs.sourcerepo }}'
|
||||
packagesrepo: '${{ inputs.packagesrepo }}'
|
||||
runner: '${{ inputs.runner }}'
|
||||
part: 1
|
||||
of: 2
|
||||
include: '${{ inputs.advanced }}'
|
||||
exclude: 'grep -v uefi-x86 | '
|
||||
uploading: false
|
||||
|
||||
secrets:
|
||||
GPG_KEY1: ${{ secrets.GPG_KEY1 }}
|
||||
GPG_PASSPHRASE1: ${{ secrets.GPG_PASSPHRASE1 }}
|
||||
GPG_KEY2: ${{ secrets.GPG_KEY2 }}
|
||||
GPG_PASSPHRASE2: ${{ secrets.GPG_PASSPHRASE2 }}
|
||||
SCRIPTS_ACCESS_TOKEN: ${{ secrets.SCRIPTS_ACCESS_TOKEN }}
|
||||
SSH_KEY_TORRENTS: ${{ secrets.KEY_TORRENTS }}
|
||||
KNOWN_HOSTS_UPLOAD: ${{ secrets.KNOWN_HOSTS_UPLOAD }}
|
||||
- uses: armbian/scripts/.github/workflows/build-with-docker.yml@master
|
||||
with:
|
||||
variant: 'cli:${{ inputs.choice }}'
|
||||
sourcerepo: '${{ inputs.sourcerepo }}'
|
||||
packagesrepo: '${{ inputs.packagesrepo }}'
|
||||
runner: '${{ inputs.runner }}'
|
||||
part: 1
|
||||
of: 2
|
||||
include: '${{ inputs.advanced }}'
|
||||
exclude: 'grep -v uefi-x86 | '
|
||||
uploading: false
|
||||
|
||||
Reference in New Issue
Block a user