From 3a0953a2720ecf6e862bffef514ab2f00a9fe253 Mon Sep 17 00:00:00 2001 From: Pablo Alonso Date: Fri, 1 Apr 2022 19:07:30 +0200 Subject: [PATCH] Cambio version publish docker --- .github/workflows/asw2122.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/asw2122.yml b/.github/workflows/asw2122.yml index 0799861..1bb6b62 100644 --- a/.github/workflows/asw2122.yml +++ b/.github/workflows/asw2122.yml @@ -49,11 +49,11 @@ jobs: API_URI: http://${{ secrets.DEPLOY_HOST }}:5000/api runs-on: ubuntu-latest # needs: [e2e-tests] - needs: [unit-test-webapp, unit-test-restapi] + needs: [unit-test-webapp] steps: - uses: actions/checkout@v2 - name: Publish to Registry - uses: elgohr/Publish-Docker-Github-Action@3.04 + uses: elgohr/Publish-Docker-Github-Action@master with: name: arquisoft/dede_es4a/webapp username: ${{ github.actor }} @@ -69,11 +69,11 @@ jobs: CLOUDINARY_URL: ${{ secrets.CLOUDINARY_URL }} SECRET: ${{ secrets.SECRET }} # needs: [e2e-tests] - needs: [unit-test-webapp, unit-test-restapi] + needs: [unit-test-restapi] steps: - uses: actions/checkout@v2 - name: Publish to Registry - uses: elgohr/Publish-Docker-Github-Action@3.04 + uses: elgohr/Publish-Docker-Github-Action@master with: name: arquisoft/dede_es4a/restapi username: ${{ github.actor }}