Browse Source

Also get caddy logs.

pull/916/head
Sebastian 3 years ago
parent
commit
c5a42bfa33
  1. 2
      .github/workflows/dev.yml
  2. 2
      .github/workflows/release.yml

2
.github/workflows/dev.yml

@ -155,7 +155,7 @@ jobs:
if: failure()
uses: jwalton/gh-docker-logs@v1
with:
images: 'squidex-tmp,squidex/resizer'
images: 'squidex-tmp,squidex/resizer,squidex/caddy-proxy-path'
tail: '100'
- name: Cleanup Test

2
.github/workflows/release.yml

@ -138,7 +138,7 @@ jobs:
if: failure()
uses: jwalton/gh-docker-logs@v1
with:
images: 'squidex-tmp,squidex/resizer'
images: 'squidex-tmp,squidex/resizer,squidex/caddy-proxy-path'
tail: '100'
- name: Cleanup Test

Loading…
Cancel
Save