We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0b51b commit 444397aCopy full SHA for 444397a
.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 }}/my-image:latest
+ tags: ${{ secrets.DOCKERHUB_USERNAME }}/picpilot:latest
0 commit comments