We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4284f7 commit 1bfa890Copy full SHA for 1bfa890
.github/workflows/docker-build.yml
@@ -121,6 +121,9 @@ jobs:
121
[[ $app_name == saleor-app-* ]] && app_path=${app_name#saleor-app-}
122
[[ $app_name == app-* ]] && app_path=${app_name#app-}
123
124
+ # Special case mapping for certain apps
125
+ [[ $app_name == "payment-stripe" ]] && app_path="stripe"
126
+
127
# Check if image already exists
128
image_tag="ghcr.io/trieb-work/saleor-apps/${app_name}:${version}"
129
echo "Checking if image ${image_tag} exists..."
0 commit comments