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.
2 parents 3917b80 + cffbedd commit 4935b8aCopy full SHA for 4935b8a
.github/workflows/publish_docker_image.yml
@@ -37,10 +37,10 @@ jobs:
37
uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175
38
with:
39
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
40
- flavor: |
41
- latest=auto
42
- prefix=slim-,onlatest=true
43
- suffix=
+ flavor: |
+ latest=auto
+ prefix=slim-,onlatest=true
+ suffix=
44
45
- name: Build and push Docker image (slim)
46
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825
0 commit comments