Skip to content

Commit

Permalink
Use correct image for changelog generate step
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHirt committed Aug 31, 2020
1 parent 2b89600 commit e773ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def changelog(ctx):
},
{
'name': 'generate',
'image': 'webhippie/golang:1.13',
'image': 'toolhippie/calens:latest',
'pull': 'always',
'commands': [
'make changelog',
Expand Down

0 comments on commit e773ddd

Please sign in to comment.