From 12ce1616a873fb0d39571a5300eb11d4cd478935 Mon Sep 17 00:00:00 2001 From: Tim Adams Date: Thu, 19 Oct 2023 08:00:51 +0200 Subject: [PATCH] Update docker-publish.yml --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index f66f0ce..ff057a2 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -30,11 +30,11 @@ jobs: push: true context: ./frontend file: ./frontend/Dockerfile - tags: ghcr.io/scai-bio/ad-mapper:latest, ghcr.io/scai-bio/ad-mapper:${{ steps.versions.outputs.FRONTEND_VERSION }} + tags: ghcr.io/scai-bio/ad-mapper/frontend:latest, ghcr.io/scai-bio/ad-mapper/frontend:${{ steps.versions.outputs.FRONTEND_VERSION }} - name: Build & push backend uses: docker/build-push-action@v2 with: push: true context: ./backend file: ./backend/Dockerfile - tags: ghcr.io/${{ github.repository }}/backend:latest, ghcr.io/${{ github.repository }}/backend:${{ steps.versions.outputs.BACKEND_VERSION }} + tags: ghcr.io/scai-bio/ad-mapper/backend:latest, ghcr.io/scai-bio/ad-mapper/backend:${{ steps.versions.outputs.BACKEND_VERSION }}