mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
9 lines
130 B
Bash
Executable File
9 lines
130 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eux
|
|
|
|
img="ctesting.azurecr.io/r3/hanode:$(git rev-parse --short HEAD)"
|
|
|
|
docker build -t $img .
|
|
docker push $img
|