We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 444397a commit 4925449Copy full SHA for 4925449
.github/workflows/build-docker.yml
@@ -19,4 +19,4 @@ jobs:
19
uses: docker/build-push-action@v5
20
with:
21
push: true
22
- tags: ${{ secrets.DOCKERHUB_USERNAME }}/picpilot:latest
+ tags: picpilot:latest
0 commit comments