9999 if : ${{ inputs.BUILD_MODE == 'ALL' || inputs.BUILD_MODE == 'NON-FIPS' }}
100100 uses : newrelic/infrastructure-publish-action@v1
101101 with :
102+ dest_prefix : redhat10-satya-test/
102103 tag : ${{env.FAKE_TAG}}
103104 app_name : " newrelic-infra"
104105 repo_name : " newrelic/infrastructure-agent"
@@ -125,6 +126,7 @@ jobs:
125126 if : ${{ inputs.BUILD_MODE == 'ALL' || inputs.BUILD_MODE == 'NON-FIPS' }}
126127 uses : newrelic/infrastructure-publish-action@v1
127128 with :
129+ dest_prefix : redhat10-satya-test/
128130 tag : ${{env.FAKE_TAG}}
129131 app_name : " newrelic-infra"
130132 repo_name : " newrelic/infrastructure-agent"
@@ -150,6 +152,7 @@ jobs:
150152 if : ${{ inputs.BUILD_MODE == 'ALL' || inputs.BUILD_MODE == 'NON-FIPS' }}
151153 uses : newrelic/infrastructure-publish-action@v1
152154 with :
155+ dest_prefix : redhat10-satya-test/
153156 tag : ${{env.FAKE_TAG}}
154157 app_name : " newrelic-infra"
155158 repo_name : " newrelic/infrastructure-agent"
@@ -194,6 +197,7 @@ jobs:
194197 if : ${{ inputs.BUILD_MODE == 'ALL' || inputs.BUILD_MODE == 'FIPS' }}
195198 uses : newrelic/infrastructure-publish-action@v1
196199 with :
200+ dest_prefix : redhat10-satya-test/
197201 tag : ${{env.FAKE_TAG}}
198202 app_name : " newrelic-infra-fips"
199203 repo_name : " newrelic/infrastructure-agent"
@@ -220,6 +224,7 @@ jobs:
220224 if : ${{ inputs.BUILD_MODE == 'ALL' || inputs.BUILD_MODE == 'FIPS' }}
221225 uses : newrelic/infrastructure-publish-action@v1
222226 with :
227+ dest_prefix : redhat10-satya-test/
223228 tag : ${{env.FAKE_TAG}}
224229 app_name : " newrelic-infra-fips"
225230 repo_name : " newrelic/infrastructure-agent"
@@ -245,6 +250,7 @@ jobs:
245250 if : ${{ inputs.BUILD_MODE == 'ALL' || inputs.BUILD_MODE == 'FIPS' }}
246251 uses : newrelic/infrastructure-publish-action@v1
247252 with :
253+ dest_prefix : redhat10-satya-test/
248254 tag : ${{env.FAKE_TAG}}
249255 app_name : " newrelic-infra-fips"
250256 repo_name : " newrelic/infrastructure-agent"
0 commit comments