We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f07bb90 commit 48a4fecCopy full SHA for 48a4fec
.github/workflows/build-docker.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: docker/login-action@v2
17
with:
18
username: ${{ secrets.DOCKER_USERNAME }}
19
- password: ${{ secrets.DOCKER_TOKEN }}
+ password: ${{ secrets.DOCKER_PASSWORD }}
20
21
- name: Build the Docker image
22
run: docker build -t vikram1202/picpilot:latest -f ./Dockerfile .
0 commit comments