Remove extra chunk
This commit is contained in:
16
.github/workflows/run-tests.yaml
vendored
16
.github/workflows/run-tests.yaml
vendored
@ -121,19 +121,3 @@ jobs:
|
|||||||
run: 'docker build --file packages/inbound-email-handler/Dockerfile .'
|
run: 'docker build --file packages/inbound-email-handler/Dockerfile .'
|
||||||
- name: Build the content-fetch cloud function docker image
|
- name: Build the content-fetch cloud function docker image
|
||||||
run: 'docker build --file packages/content-fetch/Dockerfile-gcf .'
|
run: 'docker build --file packages/content-fetch/Dockerfile-gcf .'
|
||||||
build-docker-images:
|
|
||||||
name: Build docker images
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
- name: Build the API docker image
|
|
||||||
run: 'docker build --file packages/api/Dockerfile .'
|
|
||||||
- name: Build the content-fetch docker image
|
|
||||||
run: 'docker build --file packages/content-fetch/Dockerfile .'
|
|
||||||
- name: Build the inbound-email-handler docker image
|
|
||||||
run: 'docker build --file packages/inbound-email-handler/Dockerfile .'
|
|
||||||
- name: Build the content-fetch cloud function docker image
|
|
||||||
run: 'docker build --file packages/content-fetch/Dockerfile-gcf .'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user