Skip to content

Commit

Permalink
Use the correct defaults and point 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 8921ddb commit 1f3b496
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ 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/infrastructure-bundle'
docker_image_name: 'newrelic/infrastructure-bundle'

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

release_command_sh: |
go run downloader.go
Expand Down

0 comments on commit 1f3b496

Please sign in to comment.