Changed: add latest tag.

This commit is contained in:
Daniel Del Rio Figueira 2021-01-25 19:23:44 +01:00
parent f622dd571b
commit 7e6c359cc7
No known key found for this signature in database
GPG Key ID: DCB25219AF061D1B
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