From e72099088b731c4ff5581539d35985765c6e2e35 Mon Sep 17 00:00:00 2001 From: Kyriakos Akriotis Date: Thu, 14 Nov 2024 09:29:26 +0000 Subject: [PATCH] correct image name for production image #157 --- .github/workflows/build-publish-production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-publish-production.yaml b/.github/workflows/build-publish-production.yaml index a870ebab2..4da7dc9d7 100644 --- a/.github/workflows/build-publish-production.yaml +++ b/.github/workflows/build-publish-production.yaml @@ -35,7 +35,7 @@ jobs: with: # list of Docker images to use as base name for tags images: | - ${{ vars.REGISTRY }}/${{ vars.REGISTRY_ORG }}/docusaurus-play + ${{ vars.REGISTRY }}/${{ vars.REGISTRY_ORG }}/docs-next # generate Docker tags based on the following events/attributes tags: | type=semver,pattern=v{{major}}.{{minor}}.{{patch}}