add docker building in pipeline

This commit is contained in:
2024-05-15 20:31:57 +03:00
parent 387b5a87c8
commit 8b288926f3

View File

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