We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1989577 commit 509fffbCopy full SHA for 509fffb
.github/workflows/ci.yml
@@ -212,7 +212,7 @@ jobs:
212
uses: docker/metadata-action@v5
213
with:
214
images: ${{ env.REGISTRY_IMAGE }}
215
- flavor: suffix=${{ matrix.variant == 'minimal' && '' || format('-{0}', matrix.variant) }}
+ flavor: suffix=${{ matrix.variant != 'minimal' && format('-{0}', matrix.variant) || '' }}
216
- name: Login to Docker Hub
217
uses: docker/login-action@v3
218
0 commit comments