We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a772108 + 09287d1 commit ad69385Copy full SHA for ad69385
1 file changed
.github/workflows/docker-publish.yml
@@ -76,7 +76,7 @@ jobs:
76
# https://github.com/docker/metadata-action
77
- name: Extract Docker metadata
78
id: meta
79
- uses: docker/metadata-action@v5.8.0
+ uses: docker/metadata-action@v5.10.0
80
with:
81
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
82
flavor: |
0 commit comments