From dd6ff89fa4d8fa84b62e34c1671e1ab1ec648c54 Mon Sep 17 00:00:00 2001 From: Yohe-Am <56622350+Yohe-Am@users.noreply.github.com> Date: Fri, 2 Feb 2024 11:46:48 +0300 Subject: [PATCH] fix(ci): minor typo in `release.yml/docker` (#576) Small typo blocking the job that pushes the images to ghcr.io. #### Motivation and context [Broken run.](https://github.com/metatypedev/metatype/actions/runs/7748712325/job/21132659221) #### Migration notes _No changes required._ ### Checklist - [ ] The change come with new or modified tests - [ ] Hard-to-understand functions have explanatory comments - [ ] End-user documentation is updated to reflect the change --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d6aea2abe..fe1ffc5a40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -263,7 +263,7 @@ jobs: with: path: ./digests pattern: digests-* - merge-multiple: digests-* + merge-multiple: true - uses: docker/setup-buildx-action@v3 - uses: docker/login-action@v3 with: