Skip to content

Commit

Permalink
just secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonN3 committed Mar 19, 2024
1 parent 79d7381 commit 1391088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
BASE_IMAGE=${{ matrix.os }}
IMAGE_VERSION=${{ matrix.tag }}
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
uses: redhat-actions/push-to-registry@v2
Expand Down

0 comments on commit 1391088

Please sign in to comment.