fix: fix cmp deploy scripts

This commit is contained in:
2025-05-12 07:44:05 +02:00
parent dbb3f9cc66
commit 4f5e797d9d
2 changed files with 1 additions and 1 deletions
View File
Regular → Executable
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
img=registry.gitlab.com/oceanbox/manifests/manifests-cmp
img=registry.gitlab.com/oceanbox/manifests/manifest-cmp
tag=${1:-latest}
docker build -t $img:$tag .