Compare commits

..

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

View File

@ -6,7 +6,7 @@ steps:
- name: Extract Tags - name: Extract Tags
image: alpine image: alpine
commands: 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 - name: Build and Push docker
image: plugins/docker image: plugins/docker