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 1171057 commit 8f6d8fbCopy full SHA for 8f6d8fb
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ permissions:
13
14
env:
15
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
16
- IMAGE_NAME: elastic/docs-builder
+ IMAGE_NAME: ${{ github.repository }}
17
BASE_IMAGE: mcr.microsoft.com/dotnet/nightly/runtime-deps:8.0-jammy-chiseled-aot
18
DOCKER_TAG: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && 'latest;edge' || 'edge' }}
19
action.yml
@@ -12,5 +12,5 @@ inputs:
12
runs:
using: 'docker'
- image: 'docker://ghcr.io/mpdreamz/docs-builder:edge'
+ image: "docker://ghcr.io/${{ github.repository }}:edge"
0 commit comments