File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- FROM ruby:3.2-slim
1+ FROM ruby:3.2
22
33LABEL maintainer=
"Josh Bielick <[email protected] >" 44
@@ -10,7 +10,7 @@ ARG NODE_VERSION=14
1010RUN apt-get update && apt-get install -y curl
1111
1212RUN apt-get update && \
13- apt-get install -y \
13+ apt-get install -y --no-install-recommends \
1414 ruby-dev \
1515 build-essential \
1616 cmake \
Original file line number Diff line number Diff line change 1- name =adwerx /pronto-ruby
1+ name =ghcr.io/apptweak /pronto-ruby
22
33image :
4- docker build -f Dockerfile . -t ${name} :${TAG} -t ${name} :latest
4+ docker build . -f Dockerfile --platform ' linux/amd64 ' -t ${name} :${TAG} -t ${name} :latest
55
66test : spec/fixtures/test.git
77 docker run -v " ${CURDIR} :/runner" --workdir /runner --entrypoint /runner/dev_entrypoint.sh --rm ${name} :latest rspec
Original file line number Diff line number Diff line change 11name : Pronto Ruby
2- author : jbielick@adwerx .com
2+ author : info@apptweak .com
33description : |
44 Run pronto code review runners on your commits and pull requests
55 and get feedback as inline code annotations.
@@ -25,7 +25,7 @@ inputs:
2525 origin/master
2626runs :
2727 using : docker
28- image : " docker://docker .io/renatolond /pronto-ruby:adapted "
28+ image : " docker://ghcr .io/apptweak /pronto-ruby:use_head_commit "
2929 args :
3030 - run
3131 - -r
You can’t perform that action at this time.
0 commit comments