6 lines
175 B
Bash
6 lines
175 B
Bash
#!/bin/bash
|
|
|
|
docker build -t cpp-httplib-builder .
|
|
docker tag cpp-httplib-builder:latest gitea.jde.nz/public/cpp-httplib-builder:latest
|
|
docker push cpp-httplib-builder:latest
|