Update .drone.yml
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2025-10-21 12:28:09 +00:00
parent cd9ed14475
commit a7ba9c2ea8

View File

@@ -55,7 +55,8 @@ steps:
path: /var/run/docker.sock
commands:
- IMAGE_TAG=$(cat /drone/src/LATEST_TAG.txt)
- if [ -z "$IMAGE_TAG" ]; then
- |
if [ -z "$IMAGE_TAG" ]; then
echo "❌ No tag found in LATEST_TAG.txt — cannot build."
exit 1
fi
@@ -76,7 +77,8 @@ steps:
path: /var/run/docker.sock
commands:
- IMAGE_TAG=$(cat /drone/src/LATEST_TAG.txt)
- if [ -z "$IMAGE_TAG" ]; then
- |
if [ -z "$IMAGE_TAG" ]; then
echo "❌ No tag found in LATEST_TAG.txt — cannot push."
exit 1
fi