update docker-build.yml
Browse files
.github/workflows/docker-build.yml
CHANGED
@@ -19,8 +19,8 @@ jobs:
|
|
19 |
- name: Log in to Docker Hub
|
20 |
uses: docker/login-action@v2
|
21 |
with:
|
22 |
-
username: ${{ secrets.
|
23 |
-
password: ${{ secrets.
|
24 |
|
25 |
- name: Build and Push Docker Image
|
26 |
uses: docker/build-push-action@v4
|
|
|
19 |
- name: Log in to Docker Hub
|
20 |
uses: docker/login-action@v2
|
21 |
with:
|
22 |
+
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
23 |
+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
24 |
|
25 |
- name: Build and Push Docker Image
|
26 |
uses: docker/build-push-action@v4
|