5.0.0-angular.13.1 (#7755)

* 5.0.0-angular.13.1

* Another fix
This commit is contained in:
Popovics András
2022-08-09 17:08:12 +02:00
committed by GitHub
parent 58660b0395
commit 8eeebdf5e4
12 changed files with 20 additions and 18 deletions

View File

@@ -42,6 +42,8 @@ then
DOCKER_PROJECT_ARGS="PROJECT_NAME=storybook/stories"
echo "{}" > $DIR/../../../dist/storybook/stories/app.config.json
# Publish Image to docker
./node_modules/@alfresco/adf-cli/bin/adf-cli docker --loginCheck --loginUsername "$DOCKER_REPOSITORY_USER" --loginPassword "$DOCKER_REPOSITORY_PASSWORD" --loginRepo "$DOCKER_REPOSITORY_DOMAIN" --dockerRepo "$DOCKER_REPOSITORY_STORYBOOK" --buildArgs "$DOCKER_PROJECT_ARGS" --dockerTags "$TAGS" --pathProject "$(pwd)"