srggrs / assign-one-project-github-action

Automatically add an issue or pull request to specific GitHub Project(s) when you create and/or label them.
MIT License
169 stars 60 forks source link

Update image version used in action #68

Closed moonlight-komorebi closed 3 years ago

moonlight-komorebi commented 3 years ago

* Update the image version from 1.2.0 -> 1.2.1 (current latest).

Update the action to use local Dockerfile.

Close #67

moonlight-komorebi commented 3 years ago

This looked like a simple change, but is my first time with something like this 🙈

Feel free to edit / close this if I did something incorrect 👍 .

tspascoal commented 3 years ago

Just a note, if

If instead of specifying an image name a Dockerfile is specified like this:

  image: 'Dockerfile'

then no need to have the image hosted on dockerhub, it will be built on the fly by the agent as needed using the Dockerfile

mondeja commented 3 years ago

Please, @nr-kkenney, could you update the image field as has pointed @tspascoal? Furthermore, @srggrs, could you take a look at this PR as soon as you can?

moonlight-komorebi commented 3 years ago

@mondeja done 👍

srggrs commented 3 years ago

Sorry guys I've been a bit sloppy lately... merging and releasing it

srggrs commented 3 years ago

@mondeja version 1.2.1 should be updated with these changes, let me know if there are any issues