Skip to content

Commit

Permalink
Bump jupyterhub/repo2docker-action from c26a270c5694cd5b7f6121d6360da…
Browse files Browse the repository at this point in the history
…321d114ddc5 to daa77f929833dcd836a711bc7837af945e9d27cc (#692)

Bumps
[jupyterhub/repo2docker-action](https://github.com/jupyterhub/repo2docker-action)
from c26a270c5694cd5b7f6121d6360da321d114ddc5 to
daa77f929833dcd836a711bc7837af945e9d27cc.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jupyterhub/repo2docker-action/blob/master/RELEASE.md">jupyterhub/repo2docker-action's
changelog</a>.</em></p>
<blockquote>
<h1>Making a release</h1>
<p>Releases are automated through
<a
href="https://github.com/jupyterhub/repo2docker-action/blob/HEAD/.github/workflows/release-updates.yaml">.github/workflows/release-updates.yaml</a>.</p>
<p>To cut a release, visit the projects <a
href="https://github.com/jupyterhub/repo2docker-action/releases">releases
page</a> where
you create a new GitHub release. Enter a <em>tag name</em> and
<em>release name</em> of
&quot;vX.Y.Z&quot;. Doing so will automatically update the
&quot;vX&quot; branch allowing users to
reference this action with
<code>jupyterhub/repo2docker-action@vX</code>.</p>
<p>If you are to cut a major release, make sure to also update
references to the
<code>@vx</code> branch to the <code>@vx+1</code> branch.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jupyterhub/repo2docker-action/commit/daa77f929833dcd836a711bc7837af945e9d27cc"><code>daa77f9</code></a>
Merge pull request <a
href="https://redirect.github.com/jupyterhub/repo2docker-action/issues/127">#127</a>
from eeholmes/patch-1</li>
<li><a
href="https://github.com/jupyterhub/repo2docker-action/commit/3c3e79ff7557dd07e3bd01ecb87e01684875c4cb"><code>3c3e79f</code></a>
Update README.md</li>
<li>See full diff in <a
href="https://github.com/jupyterhub/repo2docker-action/compare/c26a270c5694cd5b7f6121d6360da321d114ddc5...daa77f929833dcd836a711bc7837af945e9d27cc">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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent b32d9a5 commit e682baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-binder-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: cache binder build on mybinder.org
uses: jupyterhub/repo2docker-action@c26a270c5694cd5b7f6121d6360da321d114ddc5
uses: jupyterhub/repo2docker-action@daa77f929833dcd836a711bc7837af945e9d27cc
with:
NO_PUSH: true
MYBINDERORG_TAG: ${{ github.event.ref }} # This builds the container on mybinder.org with the branch that was pushed on.

0 comments on commit e682baa

Please sign in to comment.