File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 25
25
--workdir=/code \
26
26
-v ./main_branch:/code \
27
27
-v ./artifact/main:/artifact/main \
28
- ghcr.io/appcd-dev/appcd-dist/appcd@ v0.9.0 \
28
+ ghcr.io/appcd-dev/appcd-dist/appcd: v0.9.0 \
29
29
generate --lang Python --output=artifact/main/.appcd/charts --iac-type Helm
30
30
cd artifact/main/.appcd/charts
31
31
unzip DogeAPI.zip && rm DogeAPI.zip
@@ -42,12 +42,13 @@ jobs:
42
42
run : echo ${{ steps.extract_branch.outputs.branch }}
43
43
- name : Generate IaC from PR branch
44
44
run : |
45
+ docker pull ghcr.io/appcd-dev/appcd-dist/appcd:v0.9.0
45
46
mkdir -p artifact/${{ steps.extract_branch.outputs.branch }}/
46
47
docker run --rm \
47
48
--workdir=/code \
48
49
-v ./pr_branch/:/code \
49
50
-v ./artifact/${{ steps.extract_branch.outputs.branch }}:/artifact/${{ steps.extract_branch.outputs.branch }} \
50
- ghcr.io/appcd-dev/appcd-dist/appcd@ v0.9.0 \
51
+ ghcr.io/appcd-dev/appcd-dist/appcd: v0.9.0 \
51
52
generate --lang Python --iac-type Helm --output=artifact/${{ steps.extract_branch.outputs.branch }}/.appcd/charts
52
53
cd artifact/${{ steps.extract_branch.outputs.branch }}/.appcd/charts
53
54
unzip DogeAPI.zip && rm DogeAPI.zip
You can’t perform that action at this time.
0 commit comments