File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 ssh-private-key : ${{ secrets.SENTRY_INTERNAL_GH_SSH_PRIVATE_KEY }}
104104
105105 - name : Builds docker image
106- run : docker build -t ci-tooling .
106+ run : docker build --ssh - t ci-tooling .
107107
108108 build-deploy :
109109 name : build and deploy
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ COPY package.json yarn.lock .yarnrc.yml .pnp.cjs ./
1111COPY .yarn ./.yarn
1212
1313# Install production dependencies. & update service-registry to main
14- RUN yarn install --immutable && yarn up
"service-registry@git+ssh://[email protected] :getsentry/service-registry#main" 14+ RUN --mount=type=ssh yarn install --immutable && yarn up
"service-registry@git+ssh://[email protected] :getsentry/service-registry#main" 1515
1616# Copy local code to the container image.
1717COPY . ./
You can’t perform that action at this time.
0 commit comments