mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
include vars
This commit is contained in:
parent
38fb371fa6
commit
b41fc853fe
1 changed files with 8 additions and 1 deletions
|
|
@ -143,7 +143,14 @@ runs:
|
|||
shell: bash
|
||||
run: |
|
||||
cd ${{ github.action_path }}
|
||||
make flatpaks/repo
|
||||
make flatpaks/repo \
|
||||
FLATPAK_REMOTE_NAME="${{ inputs.flatpak_remote_name }}" \
|
||||
FLATPAK_REMOTE_REFS="${{ inputs.flatpak_remote_refs }}" \
|
||||
FLATPAK_REMOTE_REFS_DIR="${{ inputs.flatpak_remote_refs_dir }}" \
|
||||
FLATPAK_REMOTE_URL="${{ inputs.flatpak_remote_url }}" \
|
||||
IMAGE_NAME="${{ inputs.image_name }}" \
|
||||
IMAGE_REPO="${{ inputs.image_repo }}" \
|
||||
IMAGE_TAG="${{ inputs.image_tag || inputs.version }}"
|
||||
|
||||
- name: Run docker image
|
||||
id: docker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue