Update .github/workflows/docker-build-push-dockerhub.yml
Some checks failed
Build and push image to DockerHub / build (push) Failing after 49s

This commit is contained in:
2025-05-31 17:00:46 +00:00
parent 139f2ab9e7
commit 4349a7061c

View File

@@ -52,6 +52,9 @@ jobs:
- name: checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
- name: Git submodule update
run: |
git submodule update --init