Skip to content

Commit

Permalink
update image ref for 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbielick committed Mar 17, 2022
1 parent fbc31de commit 71a90b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ See the `Makefile` for more information.

The ruby and pronto installation is done in the `Dockerfile` container image. Thus, pronto and runners are portable and can be run easily locally or otherwise. The code and formatter for the GitHub Action itself are added to the container image.

After making modifications, a tag of `image-vX.X.X` should be created to trigger a dockerhub build.
After making modifications, use `TAG=x.x make push` to push the image to the registry.

Once the new image is built and available in dockerhub, the image tag in `action.yml` should be updated to point to it.
Once the new image is built and available in the registry, the image tag in `action.yml` should be updated to point to it.

Finally, create a release through GitHub's UI with a version bump and include CHANGELOG details in the release description.

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ inputs:
origin/master
runs:
using: docker
image: "docker://docker.io/adwerx/pronto-ruby:3.2"
image: "docker://docker.io/adwerx/pronto-ruby:4.0"
args:
- run
- -r
Expand Down

0 comments on commit 71a90b5

Please sign in to comment.