Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Arquisoft/wiq_es6c
Browse files Browse the repository at this point in the history
  • Loading branch information
alegarman2002 committed Apr 29, 2024
2 parents d555772 + bbcafc5 commit 4b7bc32
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
workdir: questionsservice/questiongeneratorservice
workdir: questionsservice
dockerfile: ./questiongeneratorservice/Dockerfile
platforms: linux/arm64
docker-push-wikidataextractorservice:
name: Push wikidata extractor service Docker Image to GitHub Packages
Expand All @@ -170,7 +171,8 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
workdir: questionsservice/wikidataExtractor
workdir: questionsservice
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 4b7bc32

Please sign in to comment.