From 2b630c684e7eabff3caf78f6f83d5c7d69592db1 Mon Sep 17 00:00:00 2001 From: david alvarez <99325990+bidof@users.noreply.github.com> Date: Wed, 10 Apr 2024 17:13:48 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 38 +++++++++++++++++------------------ 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 055ff961..b19b204d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,25 +45,25 @@ jobs: docker-push-roomservice: - name: Push room service Docker Image to GitHub Packages - runs-on: ubuntu-latest - permissions: - contents: read - packages: write - needs: [e2e-tests] - steps: - - uses: actions/checkout@v4 - - name: Publish to Registry - uses: elgohr/Publish-Docker-Github-Action@v5 - with: - name: arquisoft/wiq_es05c/roomservice - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - registry: ghcr.io - workdir: roomservice - buildargs: REACT_APP_API_URI - env: # Esta línea estaba mal indentada - REACT_APP_API_URI: http://${{ secrets.DEPLOY_HOST }}:3000 + name: Push room service Docker Image to GitHub Packages + runs-on: ubuntu-latest + permissions: + contents: read + packages: write + needs: [e2e-tests] + steps: + - uses: actions/checkout@v4 + - name: Publish to Registry + uses: elgohr/Publish-Docker-Github-Action@v5 + with: + name: arquisoft/wiq_es05c/roomservice + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} + registry: ghcr.io + workdir: roomservice + buildargs: REACT_APP_API_URI + env: # Esta línea estaba mal indentada + REACT_APP_API_URI: http://${{ secrets.DEPLOY_HOST }}:3000 docker-push-webapp: name: Push webapp Docker Image to GitHub Packages