diff --git a/.drone.yml b/.drone.yml index 547542b..ed73020 100644 --- a/.drone.yml +++ b/.drone.yml @@ -90,3 +90,6 @@ steps: commands: - docker ps - docker images + - name: Build Docker Image + commands: + - docker build -f ./Dockerfile -t python3.10