Update build

This commit is contained in:
Nikolai Rodionov 2024-04-02 17:25:17 +02:00
parent 30451e2b5f
commit 0c678e5ae9
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD

View File

@ -8,14 +8,7 @@ steps:
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:152f5b777abda1b18e3b231c295e2574f0e1cbdb
name: Build shoebill operator image
privileged: true
environment:
- PACKAGE_NAME=softplayer/softplayer-backend
commands:
- git config --global --add safe.directory '*'
- |
if [[ "${CI_COMMIT_TAG}" ]]; then
export CUSTOM_TAG="${CI_COMMIT_TAG}";
fi
- build-container
secrets:
- gitea_token