Build with podman
This commit is contained in:
parent
f88d84fa9a
commit
1c1cb13a18
1 changed files with 1 additions and 1 deletions
|
@ -38,5 +38,5 @@ esac
|
|||
REPO_ROOT=$(git rev-parse --show-toplevel)
|
||||
COMMIT_SHA=$(git rev-parse --short HEAD)
|
||||
pushd $REPO_ROOT
|
||||
docker build --build-arg NETWORK="${network}" -f docker/node/Dockerfile -t nano-node${network_tag}:latest .
|
||||
podman build --build-arg NETWORK="${network}" -f docker/node/Dockerfile -t nano-node${network_tag}:latest .
|
||||
popd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue