You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
186 B
8 lines
186 B
hagrid_version := '90356ddb282874d5be5f7406e49e203f3caf437c'
|
|
|
|
build v=hagrid_version:
|
|
#!/bin/bash
|
|
ver=$(echo {{v}} | cut -c 1-8)
|
|
|
|
docker build . \
|
|
-t "andrewzah/hagrid:${ver}"
|