NEW
This commit is contained in:
7
backend/image/x86/push
Executable file
7
backend/image/x86/push
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
./build.sh
|
||||
|
||||
cat ../my.txt | docker login https://establo.estancia-agape.com:5000 --username upload --password-stdin
|
||||
docker tag establo_x86 establo.estancia-agape.com:5000/establo_x86
|
||||
docker push establo.estancia-agape.com:5000/establo_x86
|
||||
Reference in New Issue
Block a user