Skip to content

Commit

Permalink
Fix del yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinchogimenez committed Apr 17, 2024
1 parent 2504422 commit 5470b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_Proveedores-QA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build Docker Image
run: |
docker build -t imagen-prov-qa .
docker build . -t 471626/imagen-prov-qa:latest
- name: Login to Docker Hub
run: echo "${{ secrets.TOKEN_PROV_QA }}" | docker login -u 471626 --password-stdin
Expand Down

0 comments on commit 5470b44

Please sign in to comment.