Обновить .github/workflows/build-docker.yml
Some checks failed
Build and Push Docker Image / test (push) Failing after 2m30s
Build and Push Docker Image / build (push) Has been skipped

This commit is contained in:
2026-01-21 22:34:43 +09:00
parent 8f844a1177
commit da40ba9b6d

View File

@@ -15,6 +15,11 @@ jobs:
test: test:
runs-on: linux runs-on: linux
steps: steps:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4