We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eed141 commit d162101Copy full SHA for d162101
1 file changed
.github/workflows/ci.yml
@@ -49,8 +49,6 @@ jobs:
49
with:
50
context: .
51
push: true
52
- tags: |
53
- ${{ secrets.DOCKERHUB_USERNAME }}/go_webapp:latest
54
- ${{ secrets.DOCKERHUB_USERNAME }}/go_webapp:${{ github.sha }}
55
- cache-from: type=registry,ref=${{ secrets.DOCKERHUB_USERNAME }}/go_webapp:buildcache
56
- cache-to: type=registry,ref=${{ secrets.DOCKERHUB_USERNAME }}/go_webapp:buildcache,mode=max
+ tags: ${{ secrets.DOCKERHUB_USERNAME }}/go_webapp:latest
+ cache-from: type=gha
+ cache-to: type=gha,mode=max
0 commit comments