Skip to content

Commit

Permalink
Cambio version publish docker
Browse files Browse the repository at this point in the history
  • Loading branch information
uo277931 committed Apr 1, 2022
1 parent e9a846b commit 3a0953a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/asw2122.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 3a0953a

Please sign in to comment.