Skip to content

Commit

Permalink
Trying to fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
AbelMH1 committed Apr 29, 2024
1 parent ae18c50 commit aab62a0
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 @@ -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
Expand All @@ -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
Expand Down

0 comments on commit aab62a0

Please sign in to comment.