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 ae6530a commit 1d315ceCopy full SHA for 1d315ce
.github/workflows/deploy.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
if: ${{ github.event.workflow_run.conclusion == 'success' }}
16
container:
17
- image: ghcr.io/texasinstruments/processor-sdk-doc:latest
+ image: ghcr.io/staticrocket/processor-sdk-doc:latest
18
options: --entrypoint /bin/bash
19
20
steps:
0 commit comments