From 0f0b0cd972da5b6e24a6cac45a7e7909828b4e7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20M=C3=A9ndez=20Murias?= Date: Mon, 4 Mar 2024 09:24:56 +0100 Subject: [PATCH] Error fixed in deployment --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49ffe7c5..c5fa77bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -114,7 +114,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} registry: ghcr.io - workdir: questiongenerationservice + workdir: question_generator docker-push-questionservice: name: Push question service Docker Image to GitHub Packages