diff --git a/.drone.yml b/.drone.yml index 12cefde..851a7c6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: Extract Tags image: alpine commands: - - cat Dockerfile | grep FROM | sed -r 's/FROM .*:(.*).*/\1,latest/' > .tags + - cat Dockerfile | grep FROM | sed -r 's/FROM .*:(.*).*/\1,slim/' > .tags - name: Build and Push docker image: plugins/docker