Merge branch 'develop' of gitlab.com:passbolt/passbolt_docker into develop
This commit is contained in:
commit
d7a85bf69a
|
|
@ -18,7 +18,8 @@
|
||||||
--build-arg PASSBOLT_REPO_URL="https://download.passbolt.com/$PASSBOLT_FLAVOUR/debian" \
|
--build-arg PASSBOLT_REPO_URL="https://download.passbolt.com/$PASSBOLT_FLAVOUR/debian" \
|
||||||
--build-arg PASSBOLT_COMPONENT="$COMPONENT" \
|
--build-arg PASSBOLT_COMPONENT="$COMPONENT" \
|
||||||
--dockerfile $CI_PROJECT_DIR/debian/Dockerfile \
|
--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:
|
build-docker:
|
||||||
extends: .build
|
extends: .build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue