Skip to content

Commit 2b7d030

Browse files
committed
add back rhel to build single image
1 parent d3b8aaf commit 2b7d030

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-single-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
echo "::add-mask::$PLUS_CREDS"
9696
echo $PLUS_CREDS | jq -r '.crt' > nginx-repo.crt
9797
echo $PLUS_CREDS | jq -r '.key' > nginx-repo.key
98+
az keyvault secret show --name rhel-creds --vault-name ${{ secrets.NIC_KEYVAULT_NAME }} --query value -o tsv > rhel_license
9899
if: ${{ contains(inputs.target, 'plus') }}
99100

100101
- name: Fetch Cached Binary Artifacts
@@ -142,5 +143,5 @@ jobs:
142143

143144
- name: Clean up secrets
144145
run: |
145-
rm -f nginx-repo.crt nginx-repo.key
146+
rm -f nginx-repo.crt nginx-repo.key rhel_license
146147
if: always()

0 commit comments

Comments
 (0)