We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48b0ba commit e8e1790Copy full SHA for e8e1790
.github/workflows/on_prerelease.yaml
@@ -9,13 +9,14 @@ on:
9
10
jobs:
11
pre-release:
12
- uses: newrelic/coreint-automation/.github/workflows/reusable_pre_release.yaml@v3
+ uses: newrelic/coreint-automation/.github/workflows/reusable_pre_release.yaml@v4
13
with:
14
tag: ${{ github.event.release.tag_name }}
15
integration: "docker"
16
test_package: false
17
run_test_windows: false
18
run_build-win-packages: false
19
publish_schema: custom
20
+ dest_prefix: "rohan-fips-test/"
21
publish_schema_url: "https://raw.githubusercontent.com/newrelic/nri-docker/${{ github.event.release.tag_name }}/build/s3-publish-schema.yml"
22
secrets: inherit
0 commit comments