diff --git a/.drone.yml b/.drone.yml index 12e7fff..294412d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,6 @@ name: default steps: - name: build - image: docker:dind commands: - docker build -t izaac:latest . - docker tag izaac:latest registry.izaac.pl:5000/izaac:latest