This commit is contained in:
SebClem 2021-12-16 15:34:26 +01:00
parent 15c9e410d8
commit a893686612
No known key found for this signature in database
GPG Key ID: 3D8E353F900B1305

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