Skip to content

Commit a959990

Browse files
committed
tag
1 parent ee2136d commit a959990

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/appcd-iac-pr-diff.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
--workdir=/code \
2626
-v ./main_branch:/code \
2727
-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 \
2929
generate --lang Python --output=artifact/main/.appcd/charts --iac-type Helm
3030
cd artifact/main/.appcd/charts
3131
unzip DogeAPI.zip && rm DogeAPI.zip
@@ -47,7 +47,7 @@ jobs:
4747
--workdir=/code \
4848
-v ./pr_branch/:/code \
4949
-v ./artifact/${{ steps.extract_branch.outputs.branch }}:/artifact/${{ steps.extract_branch.outputs.branch }} \
50-
ghcr.io/appcd-dev/appcd-dist/appcd@v0.9.0 \
50+
ghcr.io/appcd-dev/appcd-dist/appcd:v0.9.0 \
5151
generate --lang Python --iac-type Helm --output=artifact/${{ steps.extract_branch.outputs.branch }}/.appcd/charts
5252
cd artifact/${{ steps.extract_branch.outputs.branch }}/.appcd/charts
5353
unzip DogeAPI.zip && rm DogeAPI.zip

0 commit comments

Comments
 (0)