Skip to content

Commit fc28ee7

Browse files
author
Made By IToncek
committed
CI
1 parent 750404f commit fc28ee7

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ jobs:
3232
id-token: write
3333

3434
steps:
35-
- name: Checkout repository
35+
- name: Checkout
3636
uses: actions/checkout@v4
37+
with:
38+
submodules: recursive
3739

3840
# Install the cosign tool except on PR
3941
# https://github.com/sigstore/cosign-installer

.github/workflows/java.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ jobs:
1313
contents: read
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- name: Checkout
17+
uses: actions/checkout@v4
18+
with:
19+
submodules: recursive
1720
- name: Set up JDK 17
1821
uses: actions/setup-java@v4
1922
with:

0 commit comments

Comments
 (0)