Compare commits

...

2 Commits

Author SHA1 Message Date
ea2d5c56ae
Merge branch 'master' of ssh://git.sebclem.fr:222/sebclem/renovate-docker
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-16 15:34:42 +01:00
a893686612
Fix tag 2021-12-16 15:34:26 +01:00

View File

@ -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