Skip to content

[PHEE-477] Create an orb that fetches the docker images and do helm u… #146

[PHEE-477] Create an orb that fetches the docker images and do helm u…

[PHEE-477] Create an orb that fetches the docker images and do helm u… #146

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
Assemble:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Build project
run: ./gradlew clean build
- name: Build Docker image
run: docker build . -t paymenthubee.mifos.io/phee/notifications