Skip to content

Commit 05d8d2d

Browse files
committed
analyze before inflating helm chart
1 parent 611e2c0 commit 05d8d2d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@ jobs:
8383
8484
docker tag $IMAGE_NAME $IMAGE_ID:${{ steps.version.outputs.image_tag }}
8585
docker push $IMAGE_ID:${{ steps.version.outputs.image_tag }}
86+
87+
- name: run appCD
88+
run: |
89+
docker run --rm \
90+
--workdir=/code \
91+
-v $PWD:/code ghcr.io/appcd-dev/appcd-dist/appcd@sha256:a38ade31e60f3f7f76b1135a388db158eed3c90816d5b5c09e33dd806efb67d5 \
92+
generate --mode ci --output=/code/.appcd/charts
8693
8794
- name: Inflate helm chart in gitops/
8895
run: |

0 commit comments

Comments
 (0)