1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-05 02:45:18 +02:00

Added build scripts. Pushed version 2.2.2

This commit is contained in:
Paweł Malak 2022-03-21 12:16:48 +01:00
parent 58d021dde6
commit c2e81832a9
6 changed files with 13 additions and 5 deletions

2
.dev/build_latest.sh Normal file
View file

@ -0,0 +1,2 @@
docker build -t pawelmalak/flame -t "pawelmalak/flame:$1" -f .docker/Dockerfile "$2" \
&& docker push pawelmalak/flame && docker push "pawelmalak/flame:$1"