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 c066aca commit e4e01b9Copy full SHA for e4e01b9
.github/workflows/ci.yml
@@ -103,7 +103,7 @@ jobs:
103
104
- name: Run Container
105
if: ${{ matrix.os == 'ubuntu-latest' }}
106
- run: docker run ghcr.io/elastic/docs-builder:ci-${{ github.event.pull_request.number }} --help
+ run: docker run elastic/docs-builder:ci-${{ github.event.pull_request.number }} --help
107
108
109
integration:
0 commit comments