ci/cd: test deploy 6
Some checks failed
land deploy / docker-build (push) Failing after 4m40s

This commit is contained in:
snusxd
2026-04-13 13:30:40 +03:00
parent 1e4bf66f8d
commit e6f92e9ced

View File

@@ -8,6 +8,8 @@ jobs:
steps: steps:
- name: check repository - name: check repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
submodules: true
- name: docker build backend - name: docker build backend
working-directory: ./backend working-directory: ./backend