Skip to content

Commit 1d95a22

Browse files
committed
Fix build image from master GH job
Signed-off-by: Oleksii Moskalenko <moskalenko.alexey@gmail.com>
1 parent df282ad commit 1d95a22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/master_only.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@ on:
66

77
jobs:
88
build-docker-images:
9+
runs-on: [ubuntu-latest]
910
strategy:
1011
matrix:
1112
component: [jobservice, spark]
1213
env:
1314
MAVEN_CACHE: gs://feast-templocation-kf-feast/.m2.2020-08-19.tar
1415
steps:
1516
- uses: actions/checkout@v2
17+
with:
18+
submodules: recursive
1619
- uses: docker/setup-qemu-action@v1
1720
- name: Set up Docker Buildx
1821
uses: docker/setup-buildx-action@v1

0 commit comments

Comments
 (0)