Skip to content

Commit

Permalink
fix(ci): minor typo in release.yml/docker (#576)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Yohe-Am authored Feb 2, 2024
1 parent c381734 commit dd6ff89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dd6ff89

Please sign in to comment.