We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d92fb2 commit 01e5896Copy full SHA for 01e5896
.github/workflows/deploy_publish.yml
@@ -10,16 +10,14 @@ on:
10
- "**.md"
11
12
jobs:
13
- docker-build-publish:
14
- name: Docker Build & Publish
+ build-publish-docker-helm:
+ name: Build & Publish Docker Image & Helm Chart
15
runs-on: ubuntu-latest
16
env:
17
HELM_CHART_PATH: package/helm/
18
steps:
19
- uses: actions/checkout@v2
20
- with:
21
- fetch-depth: 0
22
- - name: Set artifact version
+ - name: Set env.ARTIFACT_VERSION
23
run: |
24
wget -q https://raw.githubusercontent.com/Bahmni/bahmni-infra-utils/main/setArtifactVersion.sh && chmod +x setArtifactVersion.sh
25
./setArtifactVersion.sh
0 commit comments