2026-03-30 10:28:53 +02:00

11 lines
92 B
Bash
Executable File

#!/bin/bash
tag=sfja/h5-mst-ci:game-ci
set -xe
docker build -t $tag .
docker push $tag