Skip to content

Commit bc0b51b

Browse files
authored
Update build-docker.yml
1 parent 161610c commit bc0b51b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-docker.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy
33
on:
44
push:
55
branches:
6-
- main # Adjust as per your branch requirements
6+
- main
77

88
jobs:
99
deploy:
@@ -12,8 +12,8 @@ jobs:
1212
- name: Login to Docker Hub
1313
uses: docker/login-action@v3
1414
with:
15-
username: ${{ secrets.DOCKERHUB_USERNAME }}
16-
password: ${{ secrets.DOCKERHUB_TOKEN }}
15+
username: ${{ secrets.DOCKER_USERNAME }}
16+
password: ${{ secrets.DOCKER_PASSWORD }}
1717

1818
- name: Build and push
1919
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)