mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
just secrets
This commit is contained in:
parent
79d7381d26
commit
13910884e8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_container.yml
vendored
2
.github/workflows/build_container.yml
vendored
|
|
@ -115,7 +115,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' && format('--volume={0}/ubi:/run/secrets/etc-pki-entitlement', github.workspace) || ''}}
|
${{ matrix.append == 'ubi' && format('--volume={0}/ubi:/run/secrets', github.workspace) || ''}}
|
||||||
|
|
||||||
- name: Push image
|
- name: Push image
|
||||||
uses: redhat-actions/push-to-registry@v2
|
uses: redhat-actions/push-to-registry@v2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue