Fix tag
This commit is contained in:
parent
15c9e410d8
commit
a893686612
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user