From 463330469087d486085d97bbd5e1798effe3b01b Mon Sep 17 00:00:00 2001 From: Abel Date: Tue, 30 Apr 2024 01:14:52 +0200 Subject: [PATCH] 2nd try --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 47b0c79d..204c0834 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -148,6 +148,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} registry: ghcr.io workdir: questionsservice + build-path: questionsservice/questiongeneratorservice platforms: linux/arm64 docker-push-wikidataextractorservice: name: Push wikidata extractor service Docker Image to GitHub Packages @@ -168,6 +169,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} registry: ghcr.io workdir: questionsservice + build-path: questionsservice/wikidataExtractor platforms: linux/arm64 docker-push-storequestionservice: name: Push questions store service Docker Image to GitHub Packages