We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dfdfc9 commit 847f571Copy full SHA for 847f571
.github/workflows/docker-image.yml
@@ -31,5 +31,5 @@ jobs:
31
context: .
32
push: true
33
tags: |
34
- ${{ secrets.DOCKERHUB_USERNAME }}/cloudflare-ddns:latest
35
- ${{ secrets.DOCKERHUB_USERNAME }}/cloudflare-ddns:${{ github.sha }}
+ ${{ secrets.DOCKERHUB_USERNAME }}/local-ddns:latest
+ ${{ secrets.DOCKERHUB_USERNAME }}/local-ddns:${{ github.sha }}
0 commit comments