Skip to content

Commit 4c2da76

Browse files
chore(deps): bump regclient/actions from da9319db8e44e8b062b3a147e1dfb2f574d41a03 to c1f0aebc5919e68a6eb528c75c0410dc48fa392e (#724)
Bumps [regclient/actions](https://github.com/regclient/actions) from da9319db8e44e8b062b3a147e1dfb2f574d41a03 to c1f0aebc5919e68a6eb528c75c0410dc48fa392e. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/regclient/actions/blob/main/RELEASE.md">regclient/actions's changelog</a>.</em></p> <blockquote> <h1>Release Notes</h1> <h2>Release v0.1.0</h2> <ul> <li>Fix: Handle special characters in the inputs. (<a href="https://redirect.github.com/regclient/actions/pull/20">PR 20</a>)</li> <li>Feat: Support passing additional options to <code>regctl registry login</code> like <code>--skip-check</code>. (<a href="https://redirect.github.com/regclient/actions/pull/20">PR 20</a>)</li> <li>Chore: Pin cosign to v2. (<a href="https://redirect.github.com/regclient/actions/pull/29">PR 29</a>)</li> <li>Feat: Add installers for each regclient command. (<a href="https://redirect.github.com/regclient/actions/pull/32">PR 32</a>)</li> <li>Fix: Fixing installer for separate commands. (<a href="https://redirect.github.com/regclient/actions/pull/34">PR 34</a>)</li> <li>Feat: Add support for cosign v3 bundles. (<a href="https://redirect.github.com/regclient/actions/pull/35">PR 35</a>)</li> <li>Chore: Allow action to be manually tested. (<a href="https://redirect.github.com/regclient/actions/pull/37">PR 37</a>)</li> <li>Fix: Expand $HOME variable in default install directory. (<a href="https://redirect.github.com/regclient/actions/pull/41">PR 41</a>)</li> <li>Fix: Add the path to main releases. (<a href="https://redirect.github.com/regclient/actions/pull/42">PR 42</a>)</li> <li>Feat: Add a release workflow. (<a href="https://redirect.github.com/regclient/actions/pull/44">PR 44</a>)</li> </ul> <p>Contributors:</p> <ul> <li><a href="https://github.com/soult"><code>@​soult</code></a></li> <li><a href="https://github.com/sudo-bmitch"><code>@​sudo-bmitch</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/regclient/actions/commit/c1f0aebc5919e68a6eb528c75c0410dc48fa392e"><code>c1f0aeb</code></a> Merge pull request <a href="https://redirect.github.com/regclient/actions/issues/51">#51</a> from sudo-bmitch/pr-update-20260304</li> <li><a href="https://github.com/regclient/actions/commit/76831b815b945bc442bba1dfa543e5018139ddc3"><code>76831b8</code></a> Version bump</li> <li>See full diff in <a href="https://github.com/regclient/actions/compare/da9319db8e44e8b062b3a147e1dfb2f574d41a03...c1f0aebc5919e68a6eb528c75c0410dc48fa392e">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 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a4421a commit 4c2da76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
--TAGGED="true" --LATEST="$LATEST"
130130
131131
- name: Install regctl
132-
uses: regclient/actions/regctl-installer@da9319db8e44e8b062b3a147e1dfb2f574d41a03 # main # zizmor: ignore[stale-action-refs] regctl does not publish tags
132+
uses: regclient/actions/regctl-installer@c1f0aebc5919e68a6eb528c75c0410dc48fa392e # main # zizmor: ignore[stale-action-refs] regctl does not publish tags
133133

134134
- name: Store image digest info
135135
id: image_manifest_metadata

0 commit comments

Comments
 (0)