2 Commits
1.2.1 ... 1.2.3

Author SHA1 Message Date
6abd8dcae9 fix 2
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
2025-07-30 17:58:46 +02:00
037b3e64eb fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-07-30 17:51:22 +02:00
2 changed files with 3 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ spec:
app: dtrack-defectdojo-automation-server
spec:
containers:
- name:dtrack-defectdojo-automation-server
- name: dtrack-defectdojo-automation-server
image: %IMAGE%
ports:
- containerPort: 8000

View File

@@ -1,5 +1,7 @@
#!/bin/bash
set -e
if [ "$IMAGE_TAG" == "" ]; then
echo "Make sure IMAGE_TAG is set"
exit 1