4 lines
118 B
Bash
4 lines
118 B
Bash
#!/bin/sh
|
|
docker build -t registry.gitlab.com/shockrah/clippable .
|
|
docker push registry.gitlab.com/shockrah/clippable
|