Skip to content

Commit

Permalink
#7: return a value in :image task
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Nov 15, 2020
1 parent 2676b0b commit d01a485
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rkd/makefile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ tasks:
this.sh('docker push {image}'.format(image=image_name))
this.sh('docker push {image}-$(date "+%Y-%m-%d")'.format(image=image_name))
return True
:release:pypi:
description: Release to PyPI
arguments:
Expand Down

0 comments on commit d01a485

Please sign in to comment.