Skip to content

Commit ad97321

Browse files
committed
added dest prefix for testing
1 parent e38c70c commit ad97321

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

.github/workflows/component_linux_publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
if: ${{ (env.ASSETS_TYPE == 'all' || env.ASSETS_TYPE == matrix.assetsType) }}
9292
uses: newrelic/infrastructure-publish-action@v1
9393
with:
94+
dest_prefix: redhat10-satya-test/
9495
tag: ${{env.TAG}}
9596
app_name: "newrelic-infra${{ matrix.suffix }}"
9697
repo_name: "newrelic/infrastructure-agent"

.github/workflows/component_windows_publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
if: ${{ (env.ASSETS_TYPE == 'all' || env.ASSETS_TYPE == matrix.assetsType) }}
9191
uses: newrelic/infrastructure-publish-action@v1
9292
with:
93+
dest_prefix: redhat10-satya-test/
9394
tag: ${{env.TAG}}
9495
app_name: "newrelic-infra"
9596
repo_name: "newrelic/infrastructure-agent"

.github/workflows/prerelease_linux_on_demand.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
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"

.github/workflows/prerelease_windows_on_demand.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ jobs:
122122
AWS_S3_BUCKET_NAME: "nr-downloads-ohai-staging"
123123
AWS_S3_LOCK_BUCKET_NAME: "onhost-ci-lock-staging"
124124
with:
125+
dest_prefix: redhat10-satya-test/
125126
tag: ${{env.FAKE_TAG}}
126127
app_name: "newrelic-infra"
127128
repo_name: "newrelic/infrastructure-agent"

0 commit comments

Comments
 (0)