mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-27 13:47:38 +02:00
11 lines
92 B
Bash
Executable File
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
|
|
|