Обновить .github/workflows/build-docker.yml
Some checks failed
Build and Push Docker Image / test (push) Failing after 8s
Build and Push Docker Image / build (push) Failing after 29m29s

This commit is contained in:
2026-01-21 22:39:47 +09:00
parent da40ba9b6d
commit efbf117a0f

View File

@@ -40,16 +40,10 @@ jobs:
run: vendor/bin/phpunit run: vendor/bin/phpunit
build: build:
needs: test
runs-on: docker runs-on: docker
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) #if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
steps: steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3