Vikramjeet Singh commited on
Commit
0b222f0
1 Parent(s): 1b2ec1e

Update docker-image.yml

Browse files

Former-commit-id: 975ec14a11f88872c3d0f2b2bc1246e73c417fdc
Former-commit-id: c6e2a0ed3cc28c8a79b826d3788e0af24d54b78f

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)