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 73fe28b commit c633454
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/cd-clientes-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,13 @@ jobs:

steps:

- name: Ver lista 1
- name: ver
run: |
ls -la
cd ./
ls -la
cat Dockerfile
- name: Iniciar sesion en Docker Hub
uses: docker/login-action@v3
with:
username: ${{ env.DOCKERHUB_USERNAME }}
password: ${{ env.DOCKERHUB_TOKEN }}
- name: Ver lista 2
run: ls -la

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

0 comments on commit c633454

Please sign in to comment.