fix: issue preventing Caddy to start (#125)

* fix: issue preventing Caddy to start

* ci: remove counter-productive Docker Compose cache action
This commit is contained in:
Kévin Dunglas 2021-04-04 00:58:21 +02:00 committed by GitHub
parent 1a286f124f
commit 2749ad62e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -13,8 +13,6 @@ jobs:
uses: actions/checkout@v2
- name: Pull images
run: docker-compose pull
- uses: satackey/action-docker-layer-caching@v0.0.8
continue-on-error: true
- name: Start services
run: docker-compose up --build -d
- name: Wait for services

View File

@ -113,8 +113,7 @@ CMD ["php-fpm"]
FROM caddy:${CADDY_VERSION}-builder-alpine AS symfony_caddy_builder
RUN xcaddy build \
--with github.com/dunglas/mercure@main \
--with github.com/dunglas/mercure/caddy@main \
--with github.com/dunglas/mercure/caddy \
--with github.com/dunglas/vulcain/caddy
FROM caddy:${CADDY_VERSION} AS symfony_caddy