We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c29bbd commit 8bdf488Copy full SHA for 8bdf488
1 file changed
.github/workflows/deploy.yml
@@ -89,7 +89,7 @@ jobs:
89
echo "ARTIFACT=${PLATFORM/\//-}-digests" >> $GITHUB_OUTPUT
90
91
- name: Generate Labels
92
- uses: docker/metadata-action@v5
+ uses: docker/metadata-action@v6
93
id: metadata
94
with:
95
images: ${{ steps.image.outputs.IMAGE }}
@@ -161,7 +161,7 @@ jobs:
161
echo "IMAGE=${REPO,,}" >> $GITHUB_OUTPUT
162
163
- name: Generate Tags
164
165
166
167
images: |
0 commit comments