Skip to content

Commit 2749ad6

Browse files
authored
fix: issue preventing Caddy to start (dunglas#125)
* fix: issue preventing Caddy to start * ci: remove counter-productive Docker Compose cache action
1 parent 1a286f1 commit 2749ad6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
uses: actions/checkout@v2
1414
- name: Pull images
1515
run: docker-compose pull
16-
- uses: satackey/action-docker-layer-caching@v0.0.8
17-
continue-on-error: true
1816
- name: Start services
1917
run: docker-compose up --build -d
2018
- name: Wait for services

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ CMD ["php-fpm"]
113113
FROM caddy:${CADDY_VERSION}-builder-alpine AS symfony_caddy_builder
114114

115115
RUN xcaddy build \
116-
--with github.com/dunglas/mercure@main \
117-
--with github.com/dunglas/mercure/caddy@main \
116+
--with github.com/dunglas/mercure/caddy \
118117
--with github.com/dunglas/vulcain/caddy
119118

120119
FROM caddy:${CADDY_VERSION} AS symfony_caddy

0 commit comments

Comments
 (0)