Skip to content

Commit 334f041

Browse files
committed
cambio de variable en el secret de github
1 parent db18365 commit 334f041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Login to DockerHub
1818
uses: docker/login-action@v1
1919
with:
20-
username: ${{ secrets.DOCKER_USERNAME }}
20+
username: ${{ secrets.DOCKERHUB_USERNAME }}
2121
password: ${{ secrets.DOCKER_PASSWORD }}
2222

2323
- name: Build and push

0 commit comments

Comments
 (0)