Compare commits
2 Commits
1e45226205
...
c83bb6aec6
Author | SHA1 | Date |
---|---|---|
Tudor Stanciu | c83bb6aec6 | |
Tudor Stanciu | 62f1171bb4 |
|
@ -24,3 +24,5 @@ yarn-debug.log*
|
|||
yarn-error.log*
|
||||
|
||||
.eslintcache
|
||||
build.sh
|
||||
buildx.sh
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
echo "Welcome!"
|
||||
|
||||
version="1.0.1"
|
||||
version="1.0.2"
|
||||
registryPass="*********"
|
||||
|
||||
echo "Create docker image with version $version."
|
Loading…
Reference in New Issue