File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ ARG CVS_REF=
88
99LABEL maintainer="DevEx Team <squad_devex@apptweak.com>"
1010LABEL org.opencontainers.image.source https://github.com/apptweak/pronto-ruby
11- LABEL org.opencontainers.image.title= "AppTweak Pronto Ruby Runner"
12- LABEL org.opencontainers.image.description= "GitHub Action for running Pronto code review automation for Ruby projects"
13- LABEL org.opencontainers.image.source= "https://github.com/apptweak/pronto-ruby"
14- LABEL org.opencontainers.image.url= "https://github.com/apptweak/pronto-ruby"
15- LABEL org.opencontainers.image.vendor= "AppTweak"
16- LABEL org.opencontainers.image.version= ${CVS_REF}
17- LABEL org.opencontainers.image.created= ${BUILD_DATE}
11+ LABEL org.opencontainers.image.title "AppTweak Pronto Ruby Runner"
12+ LABEL org.opencontainers.image.description "GitHub Action for running Pronto code review automation for Ruby projects"
13+ LABEL org.opencontainers.image.source "https://github.com/apptweak/pronto-ruby"
14+ LABEL org.opencontainers.image.url "https://github.com/apptweak/pronto-ruby"
15+ LABEL org.opencontainers.image.vendor "AppTweak"
16+ LABEL org.opencontainers.image.version ${CVS_REF}
17+ LABEL org.opencontainers.image.created ${BUILD_DATE}
1818
1919RUN apt-get update && \
2020 apt-get install --no-install-recommends -y \
@@ -37,7 +37,7 @@ RUN gem install bundler --version "${BUNDLER_VERSION}"
3737
3838WORKDIR /runner
3939
40- COPY Gemfile* .bundle . /
40+ COPY Gemfile* ./
4141
4242RUN bundle install --retry 4
4343
You can’t perform that action at this time.
0 commit comments