Skip to content

Commit 48a4fec

Browse files
authored
Update build-docker.yml
1 parent f07bb90 commit 48a4fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: docker/login-action@v2
1717
with:
1818
username: ${{ secrets.DOCKER_USERNAME }}
19-
password: ${{ secrets.DOCKER_TOKEN }}
19+
password: ${{ secrets.DOCKER_PASSWORD }}
2020

2121
- name: Build the Docker image
2222
run: docker build -t vikram1202/picpilot:latest -f ./Dockerfile .

0 commit comments

Comments
 (0)