mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Add the travis TAGS value to docker
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ jobs:
|
|||||||
- ./scripts/travis/release/release.sh
|
- ./scripts/travis/release/release.sh
|
||||||
- TAG_VERSION=$(./scripts/travis/deploy/tag-travis-branch.sh)
|
- TAG_VERSION=$(./scripts/travis/deploy/tag-travis-branch.sh)
|
||||||
- echo "Running the docker with tag" $TAG_VERSION
|
- echo "Running the docker with tag" $TAG_VERSION
|
||||||
- ./node_modules/@alfresco/adf-cli/bin/adf-cli docker-publish --loginCheck --loginUsername "$DOCKER_REPOSITORY_USER" --loginPassword "$DOCKER_REPOSITORY_PASSWORD" --loginRepo "$DOCKER_REPOSITORY_DOMAIN" --dockerRepo "$DOCKER_REPOSITORY" --dockerTags "$TAG_VERSION" --pathProject "$(pwd)"
|
- ./node_modules/@alfresco/adf-cli/bin/adf-cli docker-publish --loginCheck --loginUsername "$DOCKER_REPOSITORY_USER" --loginPassword "$DOCKER_REPOSITORY_PASSWORD" --loginRepo "$DOCKER_REPOSITORY_DOMAIN" --dockerRepo "$DOCKER_REPOSITORY" --dockerTags "$TAG_VERSION,$TAGS" --pathProject "$(pwd)"
|
||||||
|
|
||||||
|
|
||||||
- stage: Unit test
|
- stage: Unit test
|
||||||
|
|||||||
Reference in New Issue
Block a user