From 52c0e2e0fdb88c0d17a3cc5f589a9b8e0d69bbe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Tue, 26 Jul 2022 15:10:17 +0200 Subject: [PATCH] Update action.yml --- build-images/action.yml | 40 +++++++++++----------------------------- 1 file changed, 11 insertions(+), 29 deletions(-) diff --git a/build-images/action.yml b/build-images/action.yml index b11d524..67ede59 100644 --- a/build-images/action.yml +++ b/build-images/action.yml @@ -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