diff --git a/.drone.yml b/.drone.yml index 1ede8ae..bcd3d26 100644 --- a/.drone.yml +++ b/.drone.yml @@ -93,4 +93,5 @@ steps: - docker images - name: Build Docker Image commands: - - docker build . -t python3.10:vps -f ./Dockerfile + - docker build . -t lzwang/python3.10:vps -f ./Dockerfile + - docker push lzwang/python3.10:vps