Skip to content

Commit 1bfa890

Browse files
committed
fix: fixing app name stripe
1 parent a4284f7 commit 1bfa890

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ jobs:
121121
[[ $app_name == saleor-app-* ]] && app_path=${app_name#saleor-app-}
122122
[[ $app_name == app-* ]] && app_path=${app_name#app-}
123123
124+
# Special case mapping for certain apps
125+
[[ $app_name == "payment-stripe" ]] && app_path="stripe"
126+
124127
# Check if image already exists
125128
image_tag="ghcr.io/trieb-work/saleor-apps/${app_name}:${version}"
126129
echo "Checking if image ${image_tag} exists..."

0 commit comments

Comments
 (0)