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

remove arg

This commit is contained in:
Jason N. 2024-03-19 17:55:23 -04:00
parent 01c011d03c
commit 17a35fc931

View file

@ -113,7 +113,7 @@ jobs:
BASE_IMAGE=${{ matrix.os }} BASE_IMAGE=${{ matrix.os }}
IMAGE_VERSION=${{ matrix.tag }} IMAGE_VERSION=${{ matrix.tag }}
extra-args: | extra-args: |
${{ matrix.append == 'ubi' && '--volume=./ubi:/etc/pki/entitlement-host' }} ${{ matrix.append == 'ubi' && '--volume=${{ github.workspace }}/ubi:/etc/pki/entitlement-host' || ''}}
- name: Push image - name: Push image
uses: redhat-actions/push-to-registry@v2 uses: redhat-actions/push-to-registry@v2