From e59bdb776fd5fd35051cd1c21d59dcca691f247e Mon Sep 17 00:00:00 2001 From: Marius Date: Thu, 31 Aug 2023 12:55:19 +0200 Subject: [PATCH] Change repository name for docker 2 --- .github/workflows/publish-web.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-web.yml b/.github/workflows/publish-web.yml index e12f245..aa8bb1d 100644 --- a/.github/workflows/publish-web.yml +++ b/.github/workflows/publish-web.yml @@ -10,7 +10,7 @@ on: # the Container registry domain, and a name for the Docker image that this workflow builds. env: REGISTRY: ghcr.io - IMAGE_NAME: web-wattrex-Experiments-manager + IMAGE_NAME: web-wattrex-experiments-manager # There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu. jobs: @@ -74,6 +74,6 @@ jobs: push: true cache-from: type=gha cache-to: type=gha,mode=max - # tags: ${{ env.REGISTRY }}/${{github.repository}}/${{ env.IMAGE_NAME }}:web - tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:web + tags: ${{ env.REGISTRY }}/${{github.repository}}/${{ env.IMAGE_NAME }}:web + # tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:web labels: ${{ steps.meta.outputs.labels }}