From aab62a006694328b6f73a6def415b45ee77c9b0b Mon Sep 17 00:00:00 2001 From: Abel Date: Tue, 30 Apr 2024 00:54:10 +0200 Subject: [PATCH 1/4] Trying to fix deploy --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e4f437e..47b0c79d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -147,7 +147,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} registry: ghcr.io - workdir: questionsservice/questiongeneratorservice + workdir: questionsservice platforms: linux/arm64 docker-push-wikidataextractorservice: name: Push wikidata extractor service Docker Image to GitHub Packages @@ -167,7 +167,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} registry: ghcr.io - workdir: questionsservice/wikidataExtractor + workdir: questionsservice platforms: linux/arm64 docker-push-storequestionservice: name: Push questions store service Docker Image to GitHub Packages From 463330469087d486085d97bbd5e1798effe3b01b Mon Sep 17 00:00:00 2001 From: Abel Date: Tue, 30 Apr 2024 01:14:52 +0200 Subject: [PATCH 2/4] 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 From cf28b1bc70608fe901e70d46599716079f4a6faf Mon Sep 17 00:00:00 2001 From: Abel Date: Tue, 30 Apr 2024 01:22:26 +0200 Subject: [PATCH 3/4] 3rd try --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 204c0834..aed18397 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -148,7 +148,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} registry: ghcr.io workdir: questionsservice - build-path: questionsservice/questiongeneratorservice + dockerfile: questionsservice/questiongeneratorservice platforms: linux/arm64 docker-push-wikidataextractorservice: name: Push wikidata extractor service Docker Image to GitHub Packages @@ -169,7 +169,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} registry: ghcr.io workdir: questionsservice - build-path: questionsservice/wikidataExtractor + dockerfile: questionsservice/wikidataExtractor platforms: linux/arm64 docker-push-storequestionservice: name: Push questions store service Docker Image to GitHub Packages From bbcafc54e40b6a1b2f27935eee79c04e79f43c25 Mon Sep 17 00:00:00 2001 From: Abel Date: Tue, 30 Apr 2024 01:30:24 +0200 Subject: [PATCH 4/4] 4th try --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aed18397..1a642761 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -148,7 +148,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} registry: ghcr.io workdir: questionsservice - dockerfile: questionsservice/questiongeneratorservice + dockerfile: ./questiongeneratorservice/Dockerfile platforms: linux/arm64 docker-push-wikidataextractorservice: name: Push wikidata extractor service Docker Image to GitHub Packages @@ -169,7 +169,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} registry: ghcr.io workdir: questionsservice - dockerfile: questionsservice/wikidataExtractor + dockerfile: ./wikidataExtractor/Dockerfile platforms: linux/arm64 docker-push-storequestionservice: name: Push questions store service Docker Image to GitHub Packages