Don't derp the arguments #3
Annotations
1 error and 1 warning
Run akhileshns/[email protected]
Error: Command failed: heroku container:push web --app staging-partner-tools --arg BUNDLE_GEM__FURY__IO="***",BUNDLE_GEMS__RAILSLTS__COM="***",BUNDLE_GITHUB__COM="***"
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 788B done
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/library/ruby:2.7.7
#2 DONE 0.3s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [ 1/12] FROM docker.io/library/ruby:2.7.7@sha256:bcaad4dfd52b4805e9f8c5205be5aadb8c206813199a9aeae13793a93f2d7296
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 147.77kB 0.1s done
#5 DONE 0.1s
#6 [ 2/12] RUN apt-get update -qq && apt-get install -y build-essential nodejs npm
#6 CACHED
#7 [ 3/12] RUN mkdir /myapp
#7 CACHED
#8 [ 4/12] WORKDIR /myapp
#8 CACHED
#9 [ 5/12] COPY Gemfile* .ruby-version ./
#9 CACHED
#10 [ 6/12] RUN gem install bundler:1.17.3
#10 CACHED
#11 [ 7/12] RUN bundle install -j4 --retry 5
#11 1.630 Authentication is required for gems.railslts.com.
#11 1.630 Please supply credentials for this source. You can do this by running:
#11 1.630 bundle config gems.railslts.com username:password
#11 ERROR: process "/bin/sh -c bundle install -j4 --retry 5" did not complete successfully: exit code: 17
------
> [ 7/12] RUN bundle install -j4 --retry 5:
1.630 Authentication is required for gems.railslts.com.
1.630 Please supply credentials for this source. You can do this by running:
1.630 bundle config gems.railslts.com username:password
------
Dockerfile:23
--------------------
21 | COPY Gemfile* .ruby-version ./
22 | RUN gem install bundler:1.17.3
23 | >>> RUN bundle install -j4 --retry 5
24 | RUN npm install -g bower
25 | COPY . /myapp
--------------------
ERROR: failed to solve: process "/bin/sh -c bundle install -j4 --retry 5" did not complete successfully: exit code: 17
› Error: docker build exited with Error: 1
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading