From 650a704b65aefb9919c0d44d0a779a823f18ddfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Djk=C3=A1=C5=A5o?= Date: Tue, 14 May 2024 18:25:05 +0200 Subject: [PATCH] source to correct github url --- Makefile.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.toml b/Makefile.toml index 0cb3a8b..0c961f9 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -205,7 +205,7 @@ docker build . --build-arg TARGET_APP="${APP}" \ --build-arg TITLE="djkato/saleor-app-${APP}" \ --build-arg DESC="Saleor app for ${APP}" \ --build-arg URL="https://github.com/saleor/saleor-app-${APP}" \ - --build-arg SOUCRE="https://github.com/saleor/saleor-app-${APP}" \ + --build-arg SOURCE="https://github.com/djkato/saleor-dockerize-all-apps" \ --build-arg AUTHORS="Saleor , Djkáťo " \ -t ${CONTAINER_PUSH_URL}/saleor-app-${APP}:${VERSION} ''' @@ -221,7 +221,7 @@ docker build . --build-arg PUBLIC_PATH="${PUBLIC_PATH}" \ --build-arg TITLE="djkato/saleor-app-${APP}" \ --build-arg DESC="Saleor app for Authorize.net" \ --build-arg URL="https://github.com/saleor/saleor-app-${APP}" \ - --build-arg SOUCRE="https://github.com/saleor/saleor-app-${APP}" \ + --build-arg SOURCE="https://github.com/djkato/saleor-dockerize-all-apps" \ --build-arg AUTHORS="Saleor , Djkáťo " \ -t ${CONTAINER_PUSH_URL}/saleor-app-${APP}:${VERSION} '''