Skip to content

Commit

Permalink
Add a github-actions-based CI (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctozepto authored Jun 10, 2024
1 parent d5be62e commit 2fa668c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: CI
on:
push:
branches:
- main
- r[1-9]
pull_request:
branches:
- main
- r[1-9]
jobs:
build-and-push-activemq-broker:
name: Build and push activemq-broker
uses: eu-nebulous/github-actions/.github/workflows/build-and-push-container-image.yml@main
with:
context: docker
labels: quay.io/nebulous/activemq-broker
secrets: inherit

0 comments on commit 2fa668c

Please sign in to comment.