Skip to content

Commit

Permalink
Update pagos-qa.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Francotorrico authored Apr 16, 2024
1 parent 5ec3fa6 commit e08d1f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pagos-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ jobs:
docker rmi pagosimagen
fi
docker build -t pagosimagen .
# Eliminar imágenes sin etiqueta
docker rmi $(docker images -f "dangling=true" -q) || true
# Autenticación en DockerHub
- name: Login to DockerHub
Expand Down

0 comments on commit e08d1f4

Please sign in to comment.