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

11 lines
95 B
Bash
Executable File

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