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:
parent
1a286f124f
commit
2749ad62e3
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user