Skip to content

Commit 3f6c574

Browse files
committed
Merge remote-tracking branch 'upstream/master' into fix-payloadapi
1 parent dfcc8f5 commit 3f6c574

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish_docker_image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175
3838
with:
3939
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
40-
flavor: |
41-
latest=auto
42-
prefix=slim-,onlatest=true
43-
suffix=
40+
flavor: |
41+
latest=auto
42+
prefix=slim-,onlatest=true
43+
suffix=
4444
4545
- name: Build and push Docker image (slim)
4646
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825

0 commit comments

Comments
 (0)