Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- #!/bin/bash
-
- unset KUBECONFIG
-
- cd .. && docker build -f docker/Dockerfile.latest \
- -t ssjl/chatgpt-on-wechat .
-
- docker tag ssjl/chatgpt-on-wechat ssjl/chatgpt-on-wechat:$(date +%y%m%d)
|