Skip to content

Commit

Permalink
4th try
Browse files Browse the repository at this point in the history
  • Loading branch information
AbelMH1 committed Apr 29, 2024
1 parent cf28b1b commit bbcafc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bbcafc5

Please sign in to comment.