Skip to content

Commit 71a90b5

Browse files
committed
update image ref for 4.0
1 parent fbc31de commit 71a90b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ See the `Makefile` for more information.
1212

1313
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.
1414

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

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

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

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ inputs:
2525
origin/master
2626
runs:
2727
using: docker
28-
image: "docker://docker.io/adwerx/pronto-ruby:3.2"
28+
image: "docker://docker.io/adwerx/pronto-ruby:4.0"
2929
args:
3030
- run
3131
- -r

0 commit comments

Comments
 (0)