add docker building in pipeline

This commit is contained in:
2024-05-15 20:31:40 +03:00
parent da11a9248e
commit 387b5a87c8

View File

@@ -38,5 +38,5 @@ build-docker:
- go.mod
- requirements.txt
- ansible.cfg
if: $CI_COMMIT_REF_NAME =~ /^($CI_DEFAULT_BRANCH)$/
if: $CI_COMMIT_REF_NAME =~ /^(${CI_DEFAULT_BRANCH})$/
when: always