We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef3b6d commit a65b3d3Copy full SHA for a65b3d3
.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