We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f3702 commit 23c0204Copy full SHA for 23c0204
.github/workflows/ci.yml
@@ -49,6 +49,8 @@ jobs:
49
with:
50
context: .
51
push: true
52
- tags: ${{ secrets.DOCKERHUB_USERNAME }}/go_webapp:latest,${{ secrets.DOCKERHUB_USERNAME }}/go_webapp:${{ github.sha }}
+ tags: |
53
+ docker.io/${{ secrets.DOCKERHUB_USERNAME }}/go_webapp:latest
54
+ docker.io/${{ secrets.DOCKERHUB_USERNAME }}/go_webapp:${{ github.sha }}
55
cache-from: type=gha
56
cache-to: type=gha,mode=max
0 commit comments