Skip to content

Commit

Permalink
Update cd-clientes-qa.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RominaCalaniCruz authored Apr 16, 2024
1 parent 1d84424 commit 9fa51e8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cd-clientes-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,19 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Generar imagen Docker
run: |
docker build . -t ${{env.DOCKERHUB_USERNAME }}/node-app:latest
- name: Ver lista 1
run: ls -la
- name: Iniciar sesion en Docker Hub
uses: docker/login-action@v3
with:
username: ${{ env.DOCKERHUB_USERNAME }}
password: ${{ env.DOCKERHUB_TOKEN }}
- name: Ver lista
- name: Ver lista 2
run: ls -la

- name: Generar y Subir imagen Docker
run: |
docker build . -t ${{env.DOCKERHUB_USERNAME }}/node-app:latest
docker push ${{env.DOCKERHUB_USERNAME }}/node-app:latest

0 comments on commit 9fa51e8

Please sign in to comment.