Commit a9e2af6 1 parent 040fcf4 commit a9e2af6 Copy full SHA for a9e2af6
File tree 1 file changed +2
-2
lines changed
.github/actions/build-test-publish
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ runs:
118
118
name : 🐳 Generate Image Metadata
119
119
if : ${{ inputs.publish == 'true' }}
120
120
id : meta
121
- uses : docker/metadata-action@v4
121
+ uses : docker/metadata-action@v5
122
122
with :
123
123
images : |
124
124
${{ inputs.docker-image }}
@@ -159,7 +159,7 @@ runs:
159
159
160
160
-
161
161
name : 🖋 Docker Hub
162
- uses : peter-evans/dockerhub-description@5862ccd54c82fd1a0e6c5533916f2c53ddc5d25f
162
+ uses : peter-evans/dockerhub-description@v4
163
163
# Check if the repo has a README.md for publication, and if so update the
164
164
# description on Docker Hub.
165
165
if : ${{ inputs.publish == 'true' && inputs.publish-dockerhub-description == 'true' }}
You can’t perform that action at this time.
0 commit comments