diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..2cc279c --- /dev/null +++ b/.github/workflows/ci.yml @@ -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