Vikramjeet Singh commited on
Commit
6e3e5c1
1 Parent(s): 0dacd95

Update docker-image.yml

Browse files

Former-commit-id: 1a14660ae64fe6d0aafca8025ab9fc8696cfbbc7
Former-commit-id: 388f0d1aa7609f561e1305d53532e1c8764dc962

Files changed (1) hide show
  1. .github/workflows/docker-image.yml +1 -1
.github/workflows/docker-image.yml CHANGED
@@ -15,4 +15,4 @@ jobs:
15
  steps:
16
  - uses: actions/checkout@v4
17
  - name: Build the Docker image
18
- run: docker build . --file Dockerfile --tag picpilot:$(date +%s)
 
15
  steps:
16
  - uses: actions/checkout@v4
17
  - name: Build the Docker image
18
+ run: docker build . --file .Dockerfile --tag picpilot:$(date +%s)