Skip to content

Commit ba1289e

Browse files
committed
fix: name matching
1 parent 1bfa890 commit ba1289e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ jobs:
123123
124124
# Special case mapping for certain apps
125125
[[ $app_name == "payment-stripe" ]] && app_path="stripe"
126+
[[ $app_name == "saleor-app-payment-stripe" ]] && app_path="stripe"
126127
127128
# Check if image already exists
128129
image_tag="ghcr.io/trieb-work/saleor-apps/${app_name}:${version}"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Saleor Apps Docker Images
22

3-
This repository automatically builds and publishes Docker images for [Saleor Apps](https://github.com/trieb-work/saleor-appss). Each app is containerized individually and published to the GitHub Container Registry.
3+
This repository automatically builds and publishes Docker images for [Saleor Apps](https://github.com/trieb-work/saleor-apps). Each app is containerized individually and published to the GitHub Container Registry.
44

55
## Available Images
66

0 commit comments

Comments
 (0)