Skip to content

Commit

Permalink
Bump docker/metadata-action from bd26c982ee2b6c0f9744591c74c527e8a669…
Browse files Browse the repository at this point in the history
…f72f to 115662203e5f4c9b240a57397f721baaab82a488 (#538)

Summary:
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from bd26c982ee2b6c0f9744591c74c527e8a669f72f to 115662203e5f4c9b240a57397f721baaab82a488.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/docker/metadata-action/commit/115662203e5f4c9b240a57397f721baaab82a488"><code>1156622</code></a> Merge pull request <a href="https://redirect.github.com/docker/metadata-action/issues/474">https://github.com/facebook/proxygen/issues/474</a> from docker/dependabot/npm_and_yarn/cross-spawn-7.0.5</li>
<li><a href="https://github.com/docker/metadata-action/commit/95ea8d0c409555cb4d6b89fc958b4d62175e819a"><code>95ea8d0</code></a> chore(deps): Bump cross-spawn from 7.0.3 to 7.0.5</li>
<li><a href="https://github.com/docker/metadata-action/commit/a4c10ad2ede51ede5e3722748cc121a2a76b4556"><code>a4c10ad</code></a> Merge pull request <a href="https://redirect.github.com/docker/metadata-action/issues/473">https://github.com/facebook/proxygen/issues/473</a> from docker/dependabot/github_actions/codecov/codecov...</li>
<li><a href="https://github.com/docker/metadata-action/commit/c85c22ab598205805e550dc996c7f2f04c6f6386"><code>c85c22a</code></a> Merge pull request <a href="https://redirect.github.com/docker/metadata-action/issues/471">https://github.com/facebook/proxygen/issues/471</a> from trim21/commit-date</li>
<li><a href="https://github.com/docker/metadata-action/commit/526d40319be30949b4389eadafbe4f720b2e098a"><code>526d403</code></a> feat: add variable commit_date</li>
<li><a href="https://github.com/docker/metadata-action/commit/86622a92eee88f83cd8e9dac42f46eeaa04b40fe"><code>86622a9</code></a> chore(deps): Bump codecov/codecov-action from 4 to 5</li>
<li><a href="https://github.com/docker/metadata-action/commit/44d81d6d2a5a935e1a481942268529623f1f5ccd"><code>44d81d6</code></a> Merge pull request <a href="https://redirect.github.com/docker/metadata-action/issues/472">https://github.com/facebook/proxygen/issues/472</a> from crazy-max/ci-context</li>
<li><a href="https://github.com/docker/metadata-action/commit/9aaeb628e01e6b74447ee1b733f6c557ddc93546"><code>9aaeb62</code></a> ci: context job</li>
<li><a href="https://github.com/docker/metadata-action/commit/32323e53fe6fa1b9830e2eed4bd13fd97d948ed6"><code>32323e5</code></a> Merge pull request <a href="https://redirect.github.com/docker/metadata-action/issues/470">https://github.com/facebook/proxygen/issues/470</a> from docker/dependabot/npm_and_yarn/docker/actions-to...</li>
<li><a href="https://github.com/docker/metadata-action/commit/3d8d1d9406d5fe2483d1c0fa304cb4bde991574a"><code>3d8d1d9</code></a> chore: update generated content</li>
<li>Additional commits viewable in <a href="https://github.com/docker/metadata-action/compare/bd26c982ee2b6c0f9744591c74c527e8a669f72f...115662203e5f4c9b240a57397f721baaab82a488">compare view</a></li>
</ul>
</details>
<br />

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: #538

Reviewed By: sharmafb

Differential Revision: D66390774

Pulled By: afrind

fbshipit-source-id: b120f13da2c9614c28db68997ad4a95395fb12b6
  • Loading branch information
dependabot[bot] authored and facebook-github-bot committed Nov 23, 2024
1 parent bc99bd1 commit 1a24c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_mvfst_interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@bd26c982ee2b6c0f9744591c74c527e8a669f72f
uses: docker/metadata-action@115662203e5f4c9b240a57397f721baaab82a488
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

Expand Down

0 comments on commit 1a24c1b

Please sign in to comment.