1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

include vars

This commit is contained in:
Jason N. 2024-04-01 16:08:15 -04:00
parent 38fb371fa6
commit b41fc853fe

View file

@ -143,7 +143,14 @@ runs:
shell: bash shell: bash
run: | run: |
cd ${{ github.action_path }} 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 - name: Run docker image
id: docker id: docker