Skip to content

Commit

Permalink
added container to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
pelazas committed Mar 1, 2024
1 parent 1efbe4b commit 9426c49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: pelazas/questiongenerator
name: arquisoft/wiq_en2a/questiongenerator
username: ${{ github.actor }}
password: ${{ secrets.GH_PAT }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
workdir: game/qgservice

Expand Down
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:

questiongeneratorservice:
container_name: qgservice-${teamname:-defaultASW}
image: ghcr.io/pelazas/questiongenerator:latest
image: ghcr.io/arquisoft/wiq_en2a/questiongenerator:latest
profiles: ["dev", "prod"]
build: ./game/qgservice
depends_on:
Expand All @@ -52,8 +52,6 @@ services:
- mynetwork
environment:
MONGODB_URI: mongodb://mongodb:27017/userdb
volumes:
- ./game/qgservice:/usr/src/questiongeneratorservice

gatewayservice:
container_name: gatewayservice-${teamname:-defaultASW}
Expand Down

0 comments on commit 9426c49

Please sign in to comment.