From 3eedb836605703cfaee464a6e66e3517e8bed49d Mon Sep 17 00:00:00 2001 From: MoiGL <98397575+MoiGL@users.noreply.github.com> Date: Tue, 3 May 2022 20:08:47 +0200 Subject: [PATCH] Cambio url api deshecho --- .github/workflows/asw2122.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/asw2122.yml b/.github/workflows/asw2122.yml index 69f365b..cddb6a1 100644 --- a/.github/workflows/asw2122.yml +++ b/.github/workflows/asw2122.yml @@ -52,7 +52,7 @@ jobs: - name: Publish to Registry uses: elgohr/Publish-Docker-Github-Action@3.04 env: - API_URI: http://${{ secrets.DEPLOY_HOST }}:5000 + API_URI: http://${{ secrets.DEPLOY_HOST }}:5000/api with: name: arquisoft/dede_es6b/webapp username: ${{ github.actor }}