@@ -55,27 +55,27 @@ jobs:
55
55
echo "SHA: ${{ github.event.pull_request.head.sha }}"
56
56
echo "MAIN IMAGE AT: ${{ vars.QUAY_RELEASE_REPO }}:latest"
57
57
echo "CI IMAGE AT: quay.io/trustyai/guardrails-detector-huggingface-runtime-ci:${{ github.event.pull_request.head.sha }}"
58
- echo "Built-In Detector CI IMAGE AT: quay.io/trustyai/regex -detector-ci:${{ github.event.pull_request.head.sha }}"
58
+ echo "Built-In Detector CI IMAGE AT: quay.io/trustyai/builtin -detector-ci:${{ github.event.pull_request.head.sha }}"
59
59
60
60
# Set environments depending on context
61
61
- name : Set CI environment
62
62
if : env.BUILD_CONTEXT == 'ci'
63
63
run : |
64
64
echo "TAG=${{ github.event.pull_request.head.sha }}" >> $GITHUB_ENV
65
65
echo "IMAGE_NAME=quay.io/trustyai/guardrails-detector-huggingface-runtime-ci" >> $GITHUB_ENV
66
- echo "BUILTIN_IMAGE_NAME=quay.io/trustyai/regex -detector-ci" >> $GITHUB_ENV
66
+ echo "BUILTIN_IMAGE_NAME=quay.io/trustyai/builtin -detector-ci" >> $GITHUB_ENV
67
67
- name : Set main-branch environment
68
68
if : env.BUILD_CONTEXT == 'main'
69
69
run : |
70
70
echo "TAG=latest" >> $GITHUB_ENV
71
71
echo "IMAGE_NAME=${{ vars.QUAY_RELEASE_REPO }}" >> $GITHUB_ENV
72
- echo "BUILTIN_IMAGE_NAME=quay.io/trustyai/regex -detector" >> $GITHUB_ENV
72
+ echo "BUILTIN_IMAGE_NAME=quay.io/trustyai/builtin -detector" >> $GITHUB_ENV
73
73
- name : Set tag environment
74
74
if : env.BUILD_CONTEXT == 'tag'
75
75
run : |
76
76
echo "TAG=${{ github.ref_name }}" >> $GITHUB_ENV
77
77
echo "IMAGE_NAME=${{ vars.QUAY_RELEASE_REPO }}" >> $GITHUB_ENV
78
- echo "BUILTIN_IMAGE_NAME=quay.io/trustyai/regex -detector" >> $GITHUB_ENV
78
+ echo "BUILTIN_IMAGE_NAME=quay.io/trustyai/builtin -detector" >> $GITHUB_ENV
79
79
#
80
80
# Run docker commands
81
81
- name : Put expiry date on CI-tagged image
@@ -114,7 +114,7 @@ jobs:
114
114
PR image build completed successfully!
115
115
116
116
📦 [PR image](https://quay.io/repository/trustyai/guardrails-detector-huggingface-runtime-ci?tab=tags): `quay.io/trustyai/guardrails-detector-huggingface-runtime-ci:${{ github.event.pull_request.head.sha }}`
117
- 📦 [PR image](https://quay.io/trustyai/regex -detector-ci?tab=tags): `quay.io/trustyai/regex -detector-ci:${{ github.event.pull_request.head.sha }}`
117
+ 📦 [PR image](https://quay.io/trustyai/builtin -detector-ci?tab=tags): `quay.io/trustyai/builtin -detector-ci:${{ github.event.pull_request.head.sha }}`
118
118
- name : Trivy scan
119
119
uses :
aquasecurity/[email protected]
120
120
with :
0 commit comments