Skip to content

Commit

Permalink
publish kakfa event on ghcr.io release
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkuhn committed Apr 7, 2024
1 parent b40b9bc commit 149fcb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
RELEASE_VERSION: ${{ env.RELEASE_VERSION }}
- name: Send Kafka Publish Event about ghcr.io release
id: send-kafka-pub-event-playground # becomes $GITHUB_ACTION
id: send-kafka-pub-event-ghcr # becomes $GITHUB_ACTION
run: |
docker run -e KAFKA_PRODUCER_TOPIC_URL="${{secrets.KAFKA_PRODUCER_TOPIC_URL}}" -e KAFKA_PRODUCER_API_SECRET="${{secrets.KAFKA_PRODUCER_API_SECRET}}" ghcr.io/tillkuhn/rubin:latest \
-ce -key "$GITHUB_REPOSITORY/$GITHUB_WORKFLOW/$GITHUB_JOB" -header "producer=rubin/cli latest" \
Expand Down

0 comments on commit 149fcb6

Please sign in to comment.