Skip to content

Commit

Permalink
Bump docker/metadata-action from d31acd50653ded455ab8972a1eb9a656b0ae…
Browse files Browse the repository at this point in the history
…f94a to bd26c982ee2b6c0f9744591c74c527e8a669f72f (#535)

Summary:
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from d31acd50653ded455ab8972a1eb9a656b0aef94a to bd26c982ee2b6c0f9744591c74c527e8a669f72f.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/docker/metadata-action/commit/bd26c982ee2b6c0f9744591c74c527e8a669f72f"><code>bd26c98</code></a> Merge pull request <a href="https://redirect.github.com/docker/metadata-action/issues/460">https://github.com/facebook/proxygen/issues/460</a> from docker/dependabot/npm_and_yarn/actions/core-1.11.1</li>
<li><a href="https://github.com/docker/metadata-action/commit/f574002aaf5bea8c0b959e9f38be12d7f57b2579"><code>f574002</code></a> chore: update generated content</li>
<li><a href="https://github.com/docker/metadata-action/commit/30c2f0a1f00798418440f9c060595ad529a2ea53"><code>30c2f0a</code></a> chore(deps): Bump <code>@​actions/core</code> from 1.10.1 to 1.11.1</li>
<li><a href="https://github.com/docker/metadata-action/commit/0de3687b53cd804b63dd87819f7bda043569ce4a"><code>0de3687</code></a> Merge pull request <a href="https://redirect.github.com/docker/metadata-action/issues/459">https://github.com/facebook/proxygen/issues/459</a> from docker/dependabot/npm_and_yarn/moment-timezone-0...</li>
<li><a href="https://github.com/docker/metadata-action/commit/3229e62531fca06b05d773b1f62cbfb9eb382372"><code>3229e62</code></a> chore: update generated content</li>
<li><a href="https://github.com/docker/metadata-action/commit/f829da7245f588930fe4aaf8ad24dfc60196f80d"><code>f829da7</code></a> chore(deps): Bump moment-timezone from 0.5.45 to 0.5.46</li>
<li><a href="https://github.com/docker/metadata-action/commit/9b90a2e882202d1ae2308b669673177a430a38d4"><code>9b90a2e</code></a> Merge pull request <a href="https://redirect.github.com/docker/metadata-action/issues/467">https://github.com/facebook/proxygen/issues/467</a> from crazy-max/increase-short-sha-size</li>
<li><a href="https://github.com/docker/metadata-action/commit/aa662cf9ebff373bf8a2a9966b58f60e279ef2b6"><code>aa662cf</code></a> chore: update generated content</li>
<li><a href="https://github.com/docker/metadata-action/commit/c6cb763bee1eb2597041f411c18060dec0ee6b46"><code>c6cb763</code></a> DOCKER_METADATA_SHORT_SHA_LENGTH env var to customize short commit SHA length</li>
<li><a href="https://github.com/docker/metadata-action/commit/bb9c6dd583a49d62ae562ac4ffd1170304febcd1"><code>bb9c6dd</code></a> increase short commit hash length to 12 for uniqueness</li>
<li>See full diff in <a href="https://github.com/docker/metadata-action/compare/d31acd50653ded455ab8972a1eb9a656b0aef94a...bd26c982ee2b6c0f9744591c74c527e8a669f72f">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: #535

Reviewed By: sharmafb

Differential Revision: D65827156

Pulled By: jbeshay

fbshipit-source-id: 77747e13ed0596a3f804442b23f66d07f6ed4dc7
  • Loading branch information
dependabot[bot] authored and facebook-github-bot committed Nov 12, 2024
1 parent 46f6010 commit 336988f
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@d31acd50653ded455ab8972a1eb9a656b0aef94a
uses: docker/metadata-action@bd26c982ee2b6c0f9744591c74c527e8a669f72f
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

Expand Down

0 comments on commit 336988f

Please sign in to comment.