Fix the builder
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Nikolai Rodionov 2024-04-03 20:08:38 +02:00
parent affabc3c03
commit 4dc787f0e4
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,6 @@ steps:
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:ff4a98f2acb557ad443f279627036bebf06bc4f1
name: Build shoebill operator image
privileged: true
environment:
- PACKAGE_NAME=softplayer/softplayer-backend
commands:
- |
if [[ "${CI_COMMIT_TAG}" ]]; then
@ -27,3 +25,5 @@ steps:
limits:
memory: 1000Mi
cpu: 1000m
securityContext:
privileged: true