Files
bproto/scripts/docker_and_push.bash
2025-04-14 14:43:03 +02:00

3 lines
122 B
Bash
Executable File

#!/usr/bin/bash
docker build . --tag alexanderhd27/bproto-compiler:latest
docker push alexanderhd27/bproto-compiler:latest