Skip to content

Commit

Permalink
chore(ci): leverage reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paologallinaharbur committed Mar 7, 2024
1 parent 1a4d513 commit 1747481
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/on_prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:

env:
ORIGINAL_REPO_NAME: ${{ github.event.repository.full_name }}
## this is needed in the makefile
NRJMX_VERSION: '2.3.2'
CONSUMER_PRODUCER_DOCKER_IMAGE_NAME: ghcr.io/newrelic/kafka-consumer-producer
CONSUMER_PRODUCER_DOCKER_PLATFORMS: "linux/amd64"

jobs:
consumer-producer-image:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/on_push_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:

env:
ORIGINAL_REPO_NAME: ${{ github.event.repository.full_name }}
## this is needed in the makefile
NRJMX_VERSION: '2.3.2'

jobs:
push-pr:
Expand Down

0 comments on commit 1747481

Please sign in to comment.