2026-03-23 22:13:39 +01:00

11 lines
92 B
Bash
Executable File

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