source to correct github url
This commit is contained in:
parent
028717126f
commit
650a704b65
1 changed files with 2 additions and 2 deletions
|
@ -205,7 +205,7 @@ docker build . --build-arg TARGET_APP="${APP}" \
|
||||||
--build-arg TITLE="djkato/saleor-app-${APP}" \
|
--build-arg TITLE="djkato/saleor-app-${APP}" \
|
||||||
--build-arg DESC="Saleor app for ${APP}" \
|
--build-arg DESC="Saleor app for ${APP}" \
|
||||||
--build-arg URL="https://github.com/saleor/saleor-app-${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 <hello@saleor.io>, Djkáťo <djkatovfx@gmail.com>" \
|
--build-arg AUTHORS="Saleor <hello@saleor.io>, Djkáťo <djkatovfx@gmail.com>" \
|
||||||
-t ${CONTAINER_PUSH_URL}/saleor-app-${APP}:${VERSION}
|
-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 TITLE="djkato/saleor-app-${APP}" \
|
||||||
--build-arg DESC="Saleor app for Authorize.net" \
|
--build-arg DESC="Saleor app for Authorize.net" \
|
||||||
--build-arg URL="https://github.com/saleor/saleor-app-${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 <hello@saleor.io>, Djkáťo <djkatovfx@gmail.com>" \
|
--build-arg AUTHORS="Saleor <hello@saleor.io>, Djkáťo <djkatovfx@gmail.com>" \
|
||||||
-t ${CONTAINER_PUSH_URL}/saleor-app-${APP}:${VERSION}
|
-t ${CONTAINER_PUSH_URL}/saleor-app-${APP}:${VERSION}
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue