Compare commits

..

No commits in common. "ea2d5c56aebd9b527a82735861343fa0e1ae8a85" and "39efd5161541713822b2bc6d6e2b0391fe876361" have entirely different histories.

View File

@ -6,7 +6,7 @@ steps:
- name: Extract Tags
image: alpine
commands:
- cat Dockerfile | grep FROM | sed -r 's/FROM .*:(.*).*/\1,slim/' > .tags
- cat Dockerfile | grep FROM | sed -r 's/FROM .*:(.*).*/\1,latest/' > .tags
- name: Build and Push docker
image: plugins/docker