Merge branch 'develop' of gitlab.com:passbolt/passbolt_docker into develop

This commit is contained in:
Diego Lendoiro 2021-01-26 15:45:34 +01:00
commit d7a85bf69a
No known key found for this signature in database
GPG Key ID: 3808AD1A50FF0B59
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@
--build-arg PASSBOLT_REPO_URL="https://download.passbolt.com/$PASSBOLT_FLAVOUR/debian" \
--build-arg PASSBOLT_COMPONENT="$COMPONENT" \
--dockerfile $CI_PROJECT_DIR/debian/Dockerfile \
--destination $CI_REGISTRY_IMAGE:${PASSBOLT_FLAVOUR:-local}-$(date +%s)
--destination $CI_REGISTRY_IMAGE:${PASSBOLT_FLAVOUR:-local}-$(date +%s) \
--destination $CI_REGISTRY_IMAGE:${PASSBOLT_FLAVOUR:-local}-latest
build-docker:
extends: .build