From 8ebe81d514152b2c5569ea817d469d1d1285e3d6 Mon Sep 17 00:00:00 2001 From: Guillaume Chervet Date: Fri, 25 Oct 2024 11:02:15 +0200 Subject: [PATCH] fix(webapp): docker build bad uri --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9d9175a8..2a650c38 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -326,7 +326,7 @@ jobs: runs-on: ubuntu-latest environment: MLOpsPython outputs: - DOCKER_WEBAPP_IMAGE_NAME: ${{ env.DOCKER_REPOSITORY }}/${{ env.DOCKER_WEBAPP_IMAGE_NAME }} + DOCKER_WEBAPP_IMAGE_NAME: ${{ env.DOCKER_WEBAPP_IMAGE_NAME }} steps: - uses: actions/checkout@v4 - uses: dorny/paths-filter@v2