Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use defaults and pointing to the right workflow
Browse files Browse the repository at this point in the history
rahulreddy15 committed Jan 20, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 136545f commit 824e86f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release-integration.yml
Original file line number Diff line number Diff line change
@@ -10,16 +10,14 @@ on:

jobs:
container-release:
uses: newrelic/coreint-automation/.github/workflows/reusable_image_release.yaml@NR-341876-Make-docker-images-pre-release-uniform
uses: newrelic/coreint-automation/.github/workflows/reusable_image_release.yaml@v3
with:
original_repo_name: "newrelic/nri-prometheus"
docker_image_name: "newrelic/nri-prometheus"
integration_name: "prometheus"

docker_platforms: "linux/amd64,linux/arm64,linux/arm"
go_version_file: "go.mod"
generate_packages: true
bucket_url: "s3://nr-downloads-main/infrastructure_agent"
# bucket_url: uses default

run_nix_unit_tests: true
run_windows_unit_tests: true

0 comments on commit 824e86f

Please sign in to comment.