mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-27 05:37:39 +02:00
11 lines
92 B
Bash
Executable File
11 lines
92 B
Bash
Executable File
#!/bin/bash
|
|
|
|
tag=sfja/h5-mst-ci-backend
|
|
|
|
set -xe
|
|
|
|
docker build -t $tag .
|
|
|
|
docker push $tag
|
|
|