From ccfde9a447d4bbee6184e97b47de5f06174b79d1 Mon Sep 17 00:00:00 2001 From: Clemens Geibel Date: Fri, 22 Jul 2022 12:47:06 +0200 Subject: [PATCH] Added missing tag variable --- infrastructure/docker-backup/build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/docker-backup/build.py b/infrastructure/docker-backup/build.py index 4fac93c..efcc1fd 100644 --- a/infrastructure/docker-backup/build.py +++ b/infrastructure/docker-backup/build.py @@ -21,6 +21,7 @@ def initialize(project): dockerhub_password = environ.get('DOCKERHUB_PASSWORD') if not dockerhub_password: dockerhub_password = gopass_password_from_path('meissa/web/docker.com') + tag = environ.get('CI_COMMIT_TAG') if not tag: tag = get_tag_from_latest_commit() config = create_devops_docker_build_config(