From 3cbd78701ecf0b6574771890ecd313a187477e0a Mon Sep 17 00:00:00 2001 From: Marco Quintana Date: Thu, 2 May 2024 17:06:27 +0200 Subject: [PATCH] hotfix --- .github/workflows/release.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6fd7eebf..492a10c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,9 +69,6 @@ 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 }} @@ -79,8 +76,8 @@ jobs: 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