Skip to content

Commit

Permalink
bump docker image to 2.3.1
Browse files Browse the repository at this point in the history
resolves the issue in which the gemfile that bundler is using is the
user's project instead of this project's. This is due to the workdir
being set during action runs.
  • Loading branch information
jbielick committed Jan 1, 2020
1 parent 72f69e1 commit b8550ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ inputs:
origin/master
runs:
using: docker
image: "docker://docker.io/adwerx/pronto-ruby:a87e9fb"
image: "docker://docker.io/adwerx/pronto-ruby:2.3.1"
args:
- run
- -r
Expand Down

0 comments on commit b8550ac

Please sign in to comment.