Use our golang image for changelog generate

This commit is contained in:
Thomas Boerger
2019-12-05 11:59:38 +01:00
parent 891190f17d
commit be4c6b8a44

View File

@@ -141,7 +141,7 @@ def changelog(ctx):
'steps': [
{
'name': 'generate',
'image': 'toolhippie/calens:latest',
'image': 'webhippie/golang:1.13',
'pull': 'always',
'commands': [
'make changelog',
@@ -149,7 +149,7 @@ def changelog(ctx):
},
{
'name': 'output',
'image': 'toolhippie/calens:latest',
'image': 'webhippie/golang:1.13',
'pull': 'always',
'commands': [
'cat CHANGELOG.md',