Skip to content

Commit 01e5896

Browse files
goyaldivijN0-man
authored andcommitted
BAH-2287 | Refactor. Job name and step name and remove fetch depth=0
1 parent 1d92fb2 commit 01e5896

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/deploy_publish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,14 @@ on:
1010
- "**.md"
1111

1212
jobs:
13-
docker-build-publish:
14-
name: Docker Build & Publish
13+
build-publish-docker-helm:
14+
name: Build & Publish Docker Image & Helm Chart
1515
runs-on: ubuntu-latest
1616
env:
1717
HELM_CHART_PATH: package/helm/
1818
steps:
1919
- uses: actions/checkout@v2
20-
with:
21-
fetch-depth: 0
22-
- name: Set artifact version
20+
- name: Set env.ARTIFACT_VERSION
2321
run: |
2422
wget -q https://raw.githubusercontent.com/Bahmni/bahmni-infra-utils/main/setArtifactVersion.sh && chmod +x setArtifactVersion.sh
2523
./setArtifactVersion.sh

0 commit comments

Comments
 (0)