Skip to content

Commit

Permalink
configure for no build push action and DOCKER_IMAGE_TAG
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulreddy15 committed Jan 1, 2025
1 parent 64c0808 commit 826c0de
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ jobs:
uses: newrelic/coreint-automation/.github/workflows/reusable_image_release.yaml@NR-341876-Make-docker-images-pre-release-uniform
with:
original_repo_name: "newrelic/nri-prometheus"
docker_platforms: "linux/amd64,linux/arm64"
docker_image_name: "newrelic/nri-prometheus"
integration_name: "prometheus"
s_three_path: "s3://nr-downloads-main/infrastructure_agent"

docker_platforms: "linux/amd64,linux/arm64,linux/arm"
go_version_file: "go.mod"

generate_packages: true
bucket_url: "s3://nr-downloads-main/infrastructure_agent"

run_nix_unit_tests: true
run_windows_unit_tests: true

Expand Down

0 comments on commit 826c0de

Please sign in to comment.