Skip to content

Commit

Permalink
chore(deps): update docker/metadata-action digest to ef25336 (#719)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| docker/metadata-action | action | digest | `818d4b7` -> `ef25336` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-feature/flagd).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 26, 2023
1 parent 32668d3 commit 3dcbd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175
uses: docker/metadata-action@ef25336f420be2d1a49205baf41a9b88712a65a1
with:
images: ${{ env.REGISTRY }}/${{ matrix.path }}

Expand Down

1 comment on commit 3dcbd85

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Go Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.

Benchmark suite Current: 3dcbd85 Previous: 32668d3 Ratio
BenchmarkResolveBooleanValue/test_staticBoolFlag 2621 ns/op 304 B/op 7 allocs/op 1606 ns/op 304 B/op 7 allocs/op 1.63
BenchmarkResolveBooleanValue/test_targetingBoolFlag 22468 ns/op 4609 B/op 74 allocs/op 10706 ns/op 4608 B/op 74 allocs/op 2.10
BenchmarkResolveStringValue/test_targetingStringFlag 15637 ns/op 4640 B/op 76 allocs/op 10766 ns/op 4640 B/op 76 allocs/op 1.45
BenchmarkResolveFloatValue/test:_targetingFloatFlag 16070 ns/op 4624 B/op 76 allocs/op 10799 ns/op 4624 B/op 76 allocs/op 1.49
BenchmarkResolveIntValue/test_targetingNumberFlag 14312 ns/op 4608 B/op 74 allocs/op 9906 ns/op 4608 B/op 74 allocs/op 1.44
BenchmarkResolveObjectValue/test_targetingObjectFlag 20797 ns/op 5889 B/op 98 allocs/op 14048 ns/op 5889 B/op 98 allocs/op 1.48
BenchmarkFlag_Evaluation_ResolveBoolean/happy_path 13057 ns/op 3296 B/op 36 allocs/op 9755 ns/op 3296 B/op 36 allocs/op 1.34
BenchmarkFlag_Evaluation_ResolveString/happy_path 13794 ns/op 3312 B/op 36 allocs/op 9550 ns/op 3312 B/op 36 allocs/op 1.44
BenchmarkFlag_Evaluation_ResolveFloat/happy_path 13006 ns/op 3296 B/op 36 allocs/op 9638 ns/op 3296 B/op 36 allocs/op 1.35
BenchmarkFlag_Evaluation_ResolveInt/happy_path 13295 ns/op 3296 B/op 36 allocs/op 9603 ns/op 3296 B/op 36 allocs/op 1.38
BenchmarkFlag_Evaluation_ResolveObject/happy_path 16539 ns/op 3720 B/op 43 allocs/op 11472 ns/op 3720 B/op 43 allocs/op 1.44

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.