diff --git a/.drone.yml b/.drone.yml index 100ef87..f8e212c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ steps: - name: run-container image: docker:latest commands: - - docker run -d -p 8001:8001 rz/automated_api:latest:latest + - docker run -d -p 8001:8001 rz/automated_api:latest volumes: - name: docker-socket @@ -33,6 +33,6 @@ volumes: trigger: branch: - - main + - main event: - - push \ No newline at end of file + - push \ No newline at end of file