Skip to content

Commit

Permalink
Change on release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiollende committed Mar 14, 2024
1 parent 19bc338 commit 06529f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
workdir: wikidata_service
buildargs: API_URI
docker-push-userservice:
name: Push user service Docker Image to GitHub Packages
runs-on: ubuntu-latest
Expand All @@ -56,6 +57,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
workdir: users
buildargs: API_URI
docker-push-gatewayservice:
name: Push gateway service Docker Image to GitHub Packages
runs-on: ubuntu-latest
Expand All @@ -72,6 +74,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
workdir: gatewayservice
buildargs: API_URI
deploy:
name: Deploy over SSH
runs-on: ubuntu-latest
Expand Down

0 comments on commit 06529f2

Please sign in to comment.