We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff2901 commit 8875a83Copy full SHA for 8875a83
.github/workflows/docker-image.yml
@@ -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)
+ run: docker build . --file Dockerfile --tag picpilot:$(date +%s)
0 commit comments