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

This commit is contained in:
2026-01-21 21:38:45 +09:00
parent f15a394d5e
commit 8f844a1177

View File

@@ -13,7 +13,7 @@ env:
jobs:
test:
runs-on: ubuntu-latest
runs-on: linux
steps:
- name: Checkout
uses: actions/checkout@v4
@@ -36,7 +36,7 @@ jobs:
build:
needs: test
runs-on: ubuntu-latest
runs-on: docker
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
steps: