Skip to content

Commit

Permalink
Backport CI to r1 (#5)
Browse files Browse the repository at this point in the history
* Add a github-actions-based CI (#1)

(cherry picked from commit 2fa668c)

* [CI] Fix setting image-name (#3)

(cherry picked from commit 2c0aaa1)
  • Loading branch information
yoctozepto authored Jun 10, 2024
1 parent beba2ae commit 9885d77
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
image-name: activemq-broker
secrets: inherit

0 comments on commit 9885d77

Please sign in to comment.