Skip to content

Commit 0f341b6

Browse files
committed
ci(docker-build-push): transfer workflow from next branch
1 parent 6c3ca88 commit 0f341b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# inspired by https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
32
name: Build & Push SwaggerEditor@next Docker image
43

@@ -20,6 +19,7 @@ jobs:
2019
- uses: actions/checkout@v4
2120
with:
2221
ref: next
22+
submodules: true
2323

2424
- name: Use Node.js 22
2525
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)