AndreasAugustin / go-gitmoji-cli

:octocat: A conventional gitmoji commit interactive command line tool for using emojis on conventional commits. :rocket:
https://gitmoji.dev/
MIT License
8 stars 0 forks source link

[Bug]: released docker images do not contain the built binary #12

Closed AndreasAugustin closed 1 year ago

AndreasAugustin commented 1 year ago

Is there an existing issue for this?

Describe the bug

The current built and released docker images do not contain the go-gitmoji-cli binary.

Expected Behavior

when running the images they must contain the binary

Current Behavior

Checking the build phase and the Dockerfile, the copy step has been forgotten

Steps To Reproduce

  1. pull one of the pushed docker images
  2. run the image
  3. it does not contain the binary

Possible Solution

put the copy step into the workflow

Additional Information/Context

No response

Template sync version Version

v0.1.0-pre-alpha

AndreasAugustin commented 1 year ago

Fixed