fix: fix cmp deploy scripts
This commit is contained in:
Regular → Executable
Regular → Executable
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
img=registry.gitlab.com/oceanbox/manifests/manifests-cmp
|
img=registry.gitlab.com/oceanbox/manifests/manifest-cmp
|
||||||
tag=${1:-latest}
|
tag=${1:-latest}
|
||||||
|
|
||||||
docker build -t $img:$tag .
|
docker build -t $img:$tag .
|
||||||
|
|||||||
Reference in New Issue
Block a user