We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c0615d commit 1a677c0Copy full SHA for 1a677c0
.github/workflows/docker-publish.yaml
@@ -59,7 +59,7 @@ jobs:
59
# https://github.com/docker/metadata-action
60
- name: Extract Docker metadata
61
id: meta
62
- uses: docker/metadata-action@v5.0.0
+ uses: docker/metadata-action@v5.5.1
63
with:
64
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
65
0 commit comments