Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
UO289337 committed Mar 10, 2024
2 parents 0424631 + 5659baf commit 346bede
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,16 @@ jobs:
uses: elgohr/Publish-Docker-Github-Action@v5
env:
API_URI: http://${{ secrets.DEPLOY_HOST }}:8000
REACT_GENERATOR_APP_API_ENDPOINT: http://${{ secrets.DEPLOY_HOST }}:8003
with:
name: arquisoft/wiq_es2c/webapp
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
workdir: webapp
buildargs: API_URI
buildargs: |
API_URI=${API_URI}
REACT_GENERATOR_APP_API_ENDPOINT=${REACT_GENERATOR_APP_API_ENDPOINT}
docker-push-authservice:
name: Push auth service Docker Image to GitHub Packages
runs-on: ubuntu-latest
Expand Down

0 comments on commit 346bede

Please sign in to comment.