Abhishek Thakur
commited on
Commit
·
5a5ad1a
1
Parent(s):
53a304d
update workflow
Browse files
.github/workflows/dockerhub.yml
CHANGED
@@ -19,8 +19,8 @@ jobs:
|
|
19 |
- name: Log in to Docker Hub
|
20 |
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
|
21 |
with:
|
22 |
-
username: ${{ secrets.
|
23 |
-
password: ${{ secrets.
|
24 |
|
25 |
- name: Build and Push Docker Image
|
26 |
run: make docker
|
|
|
19 |
- name: Log in to Docker Hub
|
20 |
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
|
21 |
with:
|
22 |
+
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
23 |
+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
24 |
|
25 |
- name: Build and Push Docker Image
|
26 |
run: make docker
|