File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123
123
cache-from : type=local,src=/tmp/.buildx-cache
124
124
cache-to : type=local,dest=/tmp/.buildx-cache
125
125
- name : Update repo description
126
- uses : peter-evans/dockerhub-description@v3
126
+ uses : peter-evans/dockerhub-description@v4
127
127
with :
128
128
username : ${{ secrets.DOCKERHUB_USERNAME }}
129
129
password : ${{ secrets.DOCKERHUB_PASS }}
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
cache-from : type=local,src=/tmp/.buildx-cache
115
115
cache-to : type=local,dest=/tmp/.buildx-cache
116
116
- name : Update repo description
117
- uses : peter-evans/dockerhub-description@v3
117
+ uses : peter-evans/dockerhub-description@v4
118
118
with :
119
119
username : ${{ secrets.DOCKERHUB_USERNAME }}
120
120
password : ${{ secrets.DOCKERHUB_PASS }}
You can’t perform that action at this time.
0 commit comments