mirror of
https://github.com/LIV2/container-gowin.git
synced 2025-12-06 00:23:51 +00:00
6 lines
136 B
Bash
Executable File
6 lines
136 B
Bash
Executable File
#!/bin/bash
|
|
TAG=$(git rev-parse --short HEAD)
|
|
REPO=liv2/gowin
|
|
docker build -t ${REPO}:${TAG} .
|
|
docker tag ${REPO}:${TAG} ${REPO}:latest
|