Compare commits

...

2 Commits

Author SHA1 Message Date
Tudor Stanciu c83bb6aec6 added build.sh in gitignore 2022-12-19 00:13:21 +02:00
Tudor Stanciu 62f1171bb4 move scripts to specific folder 2022-12-19 00:12:38 +02:00
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -24,3 +24,5 @@ yarn-debug.log*
yarn-error.log*
.eslintcache
build.sh
buildx.sh

View File

@ -1,7 +1,7 @@
#!/bin/bash
echo "Welcome!"
version="1.0.1"
version="1.0.2"
registryPass="*********"
echo "Create docker image with version $version."