Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2046:warning:1:33: Quote this to prevent word splitting [shellcheck]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2046:warning:2:3: Quote this to prevent word splitting [shellcheck]

Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
type=semver,pattern={{major}}
type=sha

- uses: docker/setup-buildx-action@v4.0.0
- uses: docker/setup-buildx-action@v4.1.0

- uses: docker/login-action@v4.1.0
with:
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
pattern: digests-*
merge-multiple: true

- uses: docker/setup-buildx-action@v4.0.0
- uses: docker/setup-buildx-action@v4.1.0

- uses: docker/metadata-action@v6.0.0
id: meta
Expand Down
Loading