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