We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ab7556 + 5b23879 commit b496cd0Copy full SHA for b496cd0
2 files changed
.github/workflows/ci.yml
@@ -81,7 +81,7 @@ jobs:
81
82
- name: Extract metadata (tags, labels) for Docker
83
id: meta
84
- uses: docker/metadata-action@v5
+ uses: docker/metadata-action@v6
85
with:
86
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
87
tags: |
.github/workflows/release.yml
@@ -82,7 +82,7 @@ jobs:
88
0 commit comments