Skip to content

Commit

Permalink
build(deps): bump docker/login-action from 65b78e6e13532edd9afa3aa52a…
Browse files Browse the repository at this point in the history
…c7964289d1a9c1 to 7ca345011ac4304463197fac0e56eab1bc7e6af0 (#128)

Bumps [docker/login-action](https://github.com/docker/login-action) from
65b78e6e13532edd9afa3aa52ac7964289d1a9c1 to
7ca345011ac4304463197fac0e56eab1bc7e6af0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/docker/login-action/commit/7ca345011ac4304463197fac0e56eab1bc7e6af0"><code>7ca3450</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/login-action/issues/806">#806</a>
from docker/dependabot/npm_and_yarn/docker/actions-to...</li>
<li><a
href="https://github.com/docker/login-action/commit/02b671aa021b56f85fa4db2ff82a4de17fe322aa"><code>02b671a</code></a>
build(deps): bump <code>@​docker/actions-toolkit</code> from 0.40.0 to
0.42.0</li>
<li><a
href="https://github.com/docker/login-action/commit/06895751d15a223ec091bea144ad5c7f50d228d0"><code>0689575</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/login-action/issues/800">#800</a>
from crazy-max/publish-immutable-action</li>
<li><a
href="https://github.com/docker/login-action/commit/02c9ff3be2fc1b56f9ab4494083e97e918fa8089"><code>02c9ff3</code></a>
ci: publish as immutable action workflow</li>
<li><a
href="https://github.com/docker/login-action/commit/5d8785b43a795ee002a17dbf1a2235dc1997224b"><code>5d8785b</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/login-action/issues/801">#801</a>
from docker/dependabot/npm_and_yarn/docker/actions-to...</li>
<li><a
href="https://github.com/docker/login-action/commit/7a65d3de5dd5fe5ce541c7f166bc0baae6bb2c7a"><code>7a65d3d</code></a>
chore: update generated content</li>
<li><a
href="https://github.com/docker/login-action/commit/bd2f40996ac4b7326bbbfa95159b8445646ba927"><code>bd2f409</code></a>
build(deps): bump <code>@​docker/actions-toolkit</code> from 0.35.0 to
0.40.0</li>
<li><a
href="https://github.com/docker/login-action/commit/9fd0581bf02af9b3a0410347705ef9c24018739b"><code>9fd0581</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/login-action/issues/791">#791</a>
from docker/dependabot/npm_and_yarn/actions/core-1.11.1</li>
<li><a
href="https://github.com/docker/login-action/commit/eefb7e8744995e77000627dde1a77eeb57c46eda"><code>eefb7e8</code></a>
chore: update generated content</li>
<li><a
href="https://github.com/docker/login-action/commit/cb13d66af03ce915a78ee6be60c5d85e3d9afc80"><code>cb13d66</code></a>
build(deps): bump <code>@​actions/core</code> from 1.10.1 to 1.11.1</li>
<li>Additional commits viewable in <a
href="https://github.com/docker/login-action/compare/65b78e6e13532edd9afa3aa52ac7964289d1a9c1...7ca345011ac4304463197fac0e56eab1bc7e6af0">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>
  • Loading branch information
0x1026 authored Nov 26, 2024
2 parents 65b4417 + faa70ac commit 8efc557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: 🪪 Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
uses: docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 8efc557

Please sign in to comment.