From 06e43e2a5cea8b37730d5a1c5c5cfba96ba704fa Mon Sep 17 00:00:00 2001 From: Martijn Laarman Date: Mon, 9 Dec 2024 17:39:40 +0100 Subject: [PATCH] Another attempt at publishing multiple containers --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bcd643..2186543 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,5 +90,4 @@ jobs: -p ContainerBaseImage=${{ env.BASE_IMAGE }} \ -p ContainerRegistry=ghcr.io \ -p ContainerImageTags='"${{ env.DOCKER_TAG }};${{ steps.bootstrap.outputs.full-version }}"' \ - -p ContainerRepository=${{ github.repository }} \ - -p ContainerImageName=docs-generator + -p ContainerRepository=elastic/docs-generator \