Skip to content

Commit

Permalink
use defaults and pointing to the right workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulreddy15 committed Jan 9, 2025
1 parent 826c0de commit f4bed41
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
Expand Up @@ -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
Expand Down

0 comments on commit f4bed41

Please sign in to comment.