We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a286f1 commit 2749ad6Copy full SHA for 2749ad6
.github/workflows/ci.yml
@@ -13,8 +13,6 @@ jobs:
13
uses: actions/checkout@v2
14
- name: Pull images
15
run: docker-compose pull
16
- - uses: satackey/action-docker-layer-caching@v0.0.8
17
- continue-on-error: true
18
- name: Start services
19
run: docker-compose up --build -d
20
- name: Wait for services
Dockerfile
@@ -113,8 +113,7 @@ CMD ["php-fpm"]
113
FROM caddy:${CADDY_VERSION}-builder-alpine AS symfony_caddy_builder
114
115
RUN xcaddy build \
116
- --with github.com/dunglas/mercure@main \
117
- --with github.com/dunglas/mercure/caddy@main \
+ --with github.com/dunglas/mercure/caddy \
118
--with github.com/dunglas/vulcain/caddy
119
120
FROM caddy:${CADDY_VERSION} AS symfony_caddy
0 commit comments