Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-qg committed May 2, 2024
1 parent 96f718f commit 3cbd787
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,15 @@ jobs:
- uses: actions/checkout@v4
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
env:
API_URI1: http://${{ secrets.DEPLOY_HOST }}:8000
API_URI2: http://${{ secrets.DEPLOY_HOST }}:8100
with:
name: arquisoft/wiq_es6c/webapp
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
workdir: webapp
buildargs: |
API_URI1=${API_URI1}
API_URI2=${API_URI2}
API_URI1=http://${{ secrets.DEPLOY_HOST }}:8000
API_URI2=http://${{ secrets.DEPLOY_HOST }}:8100
platforms: linux/arm64
docker-push-authservice:
name: Push auth service Docker Image to GitHub Packages
Expand Down

0 comments on commit 3cbd787

Please sign in to comment.