Update action.yml

This commit is contained in:
Igor Pečovnik
2022-07-26 15:10:17 +02:00
committed by GitHub
parent f0b0bbc7ed
commit 52c0e2e0fd

View File

@@ -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