Skip to content

Commit 24ceb90

Browse files
committed
Remove docker build from CI (temporarily)
1 parent 16a90ce commit 24ceb90

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,3 @@ jobs:
3636
GITHUB_TOKEN: ${{ secrets.SANDBOX_GITHUB_TOKEN }}
3737
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
3838
NPM_PUBLISH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
39-
40-
- name: Build and push Docker image
41-
if: steps.changesets.outputs.published == 'true'
42-
run: |
43-
cd packages/sandbox
44-
npm run docker:build
45-
npm run docker:publish
46-
env:
47-
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}

0 commit comments

Comments
 (0)