Skip to content

Commit

Permalink
Merge pull request #65 from Arquisoft/andrrsin-patch-1
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
adriiglz authored Mar 10, 2024
2 parents 97f56f5 + 38add2f commit 27d9a59
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 @@ -71,7 +71,7 @@ jobs:
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: arquisoft/wiq_en1a/questionservice
name: arquisoft/wiq_en1a/questionservicer
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
deploy:
name: Deploy over SSH
runs-on: ARM64
needs: [docker-push-userservice,docker-push-authservice,docker-push-gatewayservice,docker-push-webapp,docker-push-questionservice]
needs: [docker-push-userservice,docker-push-authservice,docker-push-gatewayservice,docker-push-questionservice,docker-push-webapp]
steps:
- name: Deploy over SSH
uses: fifsky/ssh-action@master
Expand Down

0 comments on commit 27d9a59

Please sign in to comment.