Skip to content

Commit

Permalink
Bump docker/metadata-action from 9ec57ed1fcdbf14dcef7dfbe97b2010124a9…
Browse files Browse the repository at this point in the history
…38b7 to 70b2cdc6480c1a8b86edf1777157f8f437de2166 (#514)

Summary:
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 to 70b2cdc6480c1a8b86edf1777157f8f437de2166.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/docker/metadata-action/commit/70b2cdc6480c1a8b86edf1777157f8f437de2166"><code>70b2cdc</code></a> Merge pull request <a href="https://github.com/docker/metadata-action/issues/454">https://github.com/facebook/proxygen/issues/454</a> from docker/dependabot/npm_and_yarn/path-to-regexp-6.3.0</li>
<li><a href="https://github.com/docker/metadata-action/commit/1a52488bd8e0535b15b30718d5e3875be8b11279"><code>1a52488</code></a> chore(deps): Bump path-to-regexp from 6.2.2 to 6.3.0</li>
<li><a href="https://github.com/docker/metadata-action/commit/60a0d343a0d8a18aedee9d34e62251f752153bdb"><code>60a0d34</code></a> Merge pull request <a href="https://github.com/docker/metadata-action/issues/441">https://github.com/facebook/proxygen/issues/441</a> from docker/dependabot/npm_and_yarn/docker/actions-to...</li>
<li><a href="https://github.com/docker/metadata-action/commit/b3bc5a6d84bd98e6cc485310f966c745f9fbaa03"><code>b3bc5a6</code></a> chore: update generated content</li>
<li><a href="https://github.com/docker/metadata-action/commit/e6e95c28a47060d8e36e5f7313cd8c36d8f16b71"><code>e6e95c2</code></a> chore: move func</li>
<li><a href="https://github.com/docker/metadata-action/commit/9ec63a755545810fe6e85be0403f9b778d2b97a8"><code>9ec63a7</code></a> chore(deps): Bump <code>@​docker/actions-toolkit</code> from 0.23.0 to 0.35.0</li>
<li><a href="https://github.com/docker/metadata-action/commit/6970301b8024acb6a4fc1b25221a764bbadb7af2"><code>6970301</code></a> Merge pull request <a href="https://github.com/docker/metadata-action/issues/440">#440</a> from docker/dependabot/npm_and_yarn/semver-7.6.3</li>
<li><a href="https://github.com/docker/metadata-action/commit/d155f767a32fd11a466f3fecdc3544f75bb13ded"><code>d155f76</code></a> chore: update generated content</li>
<li><a href="https://github.com/docker/metadata-action/commit/b5b2c1dec6bbd80fdc421598ef910c23d1126165"><code>b5b2c1d</code></a> chore(deps): Bump semver from 7.6.2 to 7.6.3</li>
<li><a href="https://github.com/docker/metadata-action/commit/a64d0487d7069df33b279515d35d60fa80e2ea62"><code>a64d048</code></a> Merge pull request <a href="https://github.com/docker/metadata-action/issues/424">https://github.com/facebook/proxygen/issues/424</a> from docker/dependabot/npm_and_yarn/braces-3.0.3</li>
<li>Additional commits viewable in <a href="https://github.com/docker/metadata-action/compare/9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7...70b2cdc6480c1a8b86edf1777157f8f437de2166">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: #514

Reviewed By: hanidamlaj

Differential Revision: D63040387

Pulled By: afrind

fbshipit-source-id: 58fda2e376f36abdaf0cdbaefd50e9c64cac6b0e
  • Loading branch information
dependabot[bot] authored and facebook-github-bot committed Sep 24, 2024
1 parent ddf712c commit 9415993
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@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
uses: docker/metadata-action@70b2cdc6480c1a8b86edf1777157f8f437de2166
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

Expand Down

0 comments on commit 9415993

Please sign in to comment.