Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add secret-envs input #980

Merged
merged 2 commits into from
Oct 12, 2023
Merged

feat: add secret-envs input #980

merged 2 commits into from
Oct 12, 2023

Conversation

branchgrove
Copy link
Contributor

Makes use of implementation in docker/actions-toolkit@a1ffbe9 and the fix in docker/actions-toolkit#176.

A new version of the npm package (@docker/actions-toolkit) with the fix implemented in the pull request has to be released before this can be merged as I understand it.

That version should be bumped in package-lock.json/package.json as well but I don't know if dependabot or me should do it.

@branchgrove
Copy link
Contributor Author

@crazy-max bumped the toolkit to the rc ;)

Copy link
Member

@crazy-max crazy-max left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems you forgot to run docker buildx bake pre-checkin.

Also can you add a test in

describe('getArgs', () => {

I was also wondering if we should check for secret id collision but can be a follow-up.

README.md Outdated Show resolved Hide resolved
action.yml Outdated Show resolved Hide resolved
@branchgrove
Copy link
Contributor Author

It seems you forgot to run docker buildx bake pre-checkin.

Also can you add a test in

describe('getArgs', () => {

I was also wondering if we should check for secret id collision but can be a follow-up.

I added some tests that passed here: https://github.com/docker/build-push-action/pull/980/files#diff-35112c3ed4be2816f18f19320c9c2e1fd2d10fede1dbd6ee023d75fe963ea722R622-R664 not sure if they are enough though. Also baked it as you said :)

Copy link
Member

@crazy-max crazy-max left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing input in action.yml.

Also squash your commits similar to https://github.com/docker/build-push-action/pull/957/commits. Thanks.

@branchgrove
Copy link
Contributor Author

Missing input in action.yml.

Also squash your commits similar to https://github.com/docker/build-push-action/pull/957/commits. Thanks.

Not sure what you mean with the missing input as it is added here:

secret-envs:
description: "List of secrets to expose to the build using environment variables (e.g., MY_SECRET=MY_ENV_VAR)"
required: false

I will squash the commits :)

@crazy-max
Copy link
Member

Not sure what you mean with the missing input as it is added here:

Sorry I'm blind 😅

I will squash the commits :)

🙏

@branchgrove
Copy link
Contributor Author

There we go, hope it's good!

@crazy-max crazy-max changed the title feat: add env-secrets input feat: add secret-envs input Oct 11, 2023
@crazy-max
Copy link
Member

crazy-max commented Oct 11, 2023

There we go, hope it's good!

image

Sorry for the misunderstanding but I was expected two commits:

  • feat: add secret-envs input
  • chore: update generated content that is just the result of docker buildx bake pre-checkin in ./dist like ec39ef3 as this is just generated content. See the history.

I have renamed your PR title so we are aligned.

Signed-off-by: Elias Lundgren <145569914+elias-lundgren@users.noreply.github.com>
Signed-off-by: Elias Lundgren <145569914+elias-lundgren@users.noreply.github.com>
@branchgrove
Copy link
Contributor Author

There we go, hope it's good!

image

Sorry for the misunderstanding but I was expected two commits:

  • feat: add secret-envs input
  • chore: update generated content that is just the result of docker buildx bake pre-checkin in ./dist like ec39ef3 as this is just generated content. See the history.

I have renamed your PR title so we are aligned.

No worries! Hopefully it's right this time.

The actions-toolkit is still on the rc.1, just wanted that known :)

@crazy-max
Copy link
Member

The actions-toolkit is still on the rc.1, just wanted that known :)

Yes that's fine!

Copy link
Member

@crazy-max crazy-max left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@crazy-max crazy-max merged commit c544b50 into docker:master Oct 12, 2023
51 checks passed
@branchgrove
Copy link
Contributor Author

Thank you!

montekki referenced this pull request in matter-labs/zksync-withdrawal-finalizer Nov 17, 2023
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[docker/build-push-action](https://github.com/docker/build-push-action)
| action | minor | `v5.0.0` -> `v5.1.0` |

---

### Release Notes

<details>
<summary>docker/build-push-action (docker/build-push-action)</summary>

###
[`v5.1.0`](https://github.com/docker/build-push-action/releases/tag/v5.1.0)

[Compare
Source](https://github.com/docker/build-push-action/compare/v5.0.0...v5.1.0)

- Add `annotations` input by
[@&#8203;crazy-max](https://github.com/crazy-max) in
[https://github.com/docker/build-push-action/pull/992](https://github.com/docker/build-push-action/pull/992)
- Add `secret-envs` input by
[@&#8203;elias-lundgren](https://github.com/elias-lundgren) in
[https://github.com/docker/build-push-action/pull/980](https://github.com/docker/build-push-action/pull/980)
- Bump [@&#8203;babel/traverse](https://github.com/babel/traverse)
from 7.17.3 to 7.23.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/docker/build-push-action/pull/991](https://github.com/docker/build-push-action/pull/991)
- Bump
[@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit)
from 0.13.0-rc.1 to 0.14.0 in
[https://github.com/docker/build-push-action/pull/990](https://github.com/docker/build-push-action/pull/990)
[https://github.com/docker/build-push-action/pull/1006](https://github.com/docker/build-push-action/pull/1006)

**Full Changelog**:
docker/build-push-action@v5.0.0...v5.1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/matter-labs/zksync-withdrawal-finalizer).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in 4m-mazi/gh-test Nov 17, 2023
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[docker/build-push-action](https://github.com/docker/build-push-action)
| action | minor | `v5.0.0` -> `v5.1.0` |

---

### Release Notes

<details>
<summary>docker/build-push-action (docker/build-push-action)</summary>

###
[`v5.1.0`](https://github.com/docker/build-push-action/releases/tag/v5.1.0)

[Compare
Source](https://github.com/docker/build-push-action/compare/v5.0.0...v5.1.0)

- Add `annotations` input by
[@&#8203;crazy-max](https://github.com/crazy-max) in
[https://github.com/docker/build-push-action/pull/992](https://github.com/docker/build-push-action/pull/992)
- Add `secret-envs` input by
[@&#8203;elias-lundgren](https://github.com/elias-lundgren) in
[https://github.com/docker/build-push-action/pull/980](https://github.com/docker/build-push-action/pull/980)
- Bump [@&#8203;babel/traverse](https://github.com/babel/traverse)
from 7.17.3 to 7.23.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/docker/build-push-action/pull/991](https://github.com/docker/build-push-action/pull/991)
- Bump
[@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit)
from 0.13.0-rc.1 to 0.14.0 in
[https://github.com/docker/build-push-action/pull/990](https://github.com/docker/build-push-action/pull/990)
[https://github.com/docker/build-push-action/pull/1006](https://github.com/docker/build-push-action/pull/1006)

**Full Changelog**:
docker/build-push-action@v5.0.0...v5.1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Mogyuchi/gh-test).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
arnfinn referenced this pull request in Rapporteket/docker Jan 5, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[docker/build-push-action](https://github.com/docker/build-push-action)
| action | minor | `v5.0.0` -> `v5.1.0` |

---

### Release Notes

<details>
<summary>docker/build-push-action (docker/build-push-action)</summary>

###
[`v5.1.0`](https://github.com/docker/build-push-action/releases/tag/v5.1.0)

[Compare
Source](https://github.com/docker/build-push-action/compare/v5.0.0...v5.1.0)

- Add `annotations` input by
[@&#8203;crazy-max](https://github.com/crazy-max) in
[https://github.com/docker/build-push-action/pull/992](https://github.com/docker/build-push-action/pull/992)
- Add `secret-envs` input by
[@&#8203;elias-lundgren](https://github.com/elias-lundgren) in
[https://github.com/docker/build-push-action/pull/980](https://github.com/docker/build-push-action/pull/980)
- Bump [@&#8203;babel/traverse](https://github.com/babel/traverse)
from 7.17.3 to 7.23.2 in
[https://github.com/docker/build-push-action/pull/991](https://github.com/docker/build-push-action/pull/991)
- Bump
[@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit)
from 0.13.0-rc.1 to 0.14.0 in
[https://github.com/docker/build-push-action/pull/990](https://github.com/docker/build-push-action/pull/990)
[https://github.com/docker/build-push-action/pull/1006](https://github.com/docker/build-push-action/pull/1006)

**Full Changelog**:
docker/build-push-action@v5.0.0...v5.1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Rapporteket/docker).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@bendavies
Copy link

how exactly does this differ from secrets?

@branchgrove
Copy link
Contributor Author

how exactly does this differ from secrets?

@bendavies the secrets input takes in a list of key value pairs which are then provided as secrets to the docker build command by first writing the value to disk and referencing it, this can be seen in resolveBuildSecretString which then calls resolveBuildSecret. The generated argument becomes --secret id=KEY,src=<temp-file-with-secret-value>.

secret-envs instead uses resolveBuildSecretEnv and generates the argument --secret id=KEY,env=ENVIRONMENT_VARIABLE which in turn uses the ENVIRONMENT_VARIABLE defined on the GitHub runner as the secret value provided to the build.

naa0yama referenced this pull request in naa0yama/OpenWrt-FortiGate-50E-custom-image Feb 22, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action |
minor | `v4.0.0` -> `v4.1.1` |
|
[docker/build-push-action](https://github.com/docker/build-push-action)
| action | minor | `v5.0.0` -> `v5.1.0` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.1`](https://github.com/actions/checkout/releases/tag/v4.1.1)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.0...v4.1.1)

##### What's Changed

- Update CODEOWNERS to Launch team by
[@&#8203;joshmgross](https://github.com/joshmgross) in
[https://github.com/actions/checkout/pull/1510](https://github.com/actions/checkout/pull/1510)
- Correct link to GitHub Docs by
[@&#8203;peterbe](https://github.com/peterbe) in
[https://github.com/actions/checkout/pull/1511](https://github.com/actions/checkout/pull/1511)
- Link to release page from what's new section by
[@&#8203;cory-miller](https://github.com/cory-miller) in
[https://github.com/actions/checkout/pull/1514](https://github.com/actions/checkout/pull/1514)

##### New Contributors

- [@&#8203;joshmgross](https://github.com/joshmgross) made their first
contribution in
[https://github.com/actions/checkout/pull/1510](https://github.com/actions/checkout/pull/1510)
- [@&#8203;peterbe](https://github.com/peterbe) made their first
contribution in
[https://github.com/actions/checkout/pull/1511](https://github.com/actions/checkout/pull/1511)

**Full Changelog**:
actions/checkout@v4.1.0...v4.1.1

###
[`v4.1.0`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v410)

[Compare
Source](https://github.com/actions/checkout/compare/v4.0.0...v4.1.0)

- [Add support for partial checkout
filters](https://github.com/actions/checkout/pull/1396)

</details>

<details>
<summary>docker/build-push-action (docker/build-push-action)</summary>

###
[`v5.1.0`](https://github.com/docker/build-push-action/releases/tag/v5.1.0)

[Compare
Source](https://github.com/docker/build-push-action/compare/v5.0.0...v5.1.0)

- Add `annotations` input by
[@&#8203;crazy-max](https://github.com/crazy-max) in
[https://github.com/docker/build-push-action/pull/992](https://github.com/docker/build-push-action/pull/992)
- Add `secret-envs` input by
[@&#8203;elias-lundgren](https://github.com/elias-lundgren) in
[https://github.com/docker/build-push-action/pull/980](https://github.com/docker/build-push-action/pull/980)
- Bump [@&#8203;babel/traverse](https://github.com/babel/traverse)
from 7.17.3 to 7.23.2 in
[https://github.com/docker/build-push-action/pull/991](https://github.com/docker/build-push-action/pull/991)
- Bump
[@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit)
from 0.13.0-rc.1 to 0.14.0 in
[https://github.com/docker/build-push-action/pull/990](https://github.com/docker/build-push-action/pull/990)
[https://github.com/docker/build-push-action/pull/1006](https://github.com/docker/build-push-action/pull/1006)

**Full Changelog**:
docker/build-push-action@v5.0.0...v5.1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/naa0yama/OpenWrt-FortiGate-50E-custom-image).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
vbraun pushed a commit to vbraun/sage that referenced this pull request Aug 27, 2024
    
Bumps [docker/build-push-action](https://github.com/docker/build-push-
action) from 5 to 6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/docker/build-push-
action/releases">docker/build-push-action's releases</a>.</em></p>
<blockquote>
<h2>v6.0.0</h2>
<ul>
<li>Export build record and generate <a
href="https://docs.docker.com/build/ci/github-actions/build-
summary/">build summary</a> by <a href="https://github.com/crazy-
max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/docker/build-push-
action/pull/1120">docker/build-push-action#1120</a></li>
<li>Bump <code>@​docker/actions-toolkit</code> from 0.24.0 to 0.26.0 in
<a href="https://redirect.github.com/docker/build-push-
action/pull/1132">docker/build-push-action#1132</a> <a
href="https://redirect.github.com/docker/build-push-
action/pull/1136">docker/build-push-action#1136</a> <a
href="https://redirect.github.com/docker/build-push-
action/pull/1138">docker/build-push-action#1138</a></li>
<li>Bump braces from 3.0.2 to 3.0.3 in <a
href="https://redirect.github.com/docker/build-push-
action/pull/1137">docker/build-push-action#1137</a></li>
</ul>
<blockquote>
<p>[!NOTE]
This major release adds support for generating <a
href="https://docs.docker.com/build/ci/github-actions/build-
summary/">Build summary</a> and exporting build record for your build.
You can disable this feature by setting <a
href="https://docs.docker.com/build/ci/github-actions/build-
summary/#disable-job-summary"> <code>DOCKER_BUILD_NO_SUMMARY:
true</code> environment variable in your workflow</a>.</p>
</blockquote>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/build-push-
action/compare/v5.4.0...v6.0.0">https://github.com/docker/build-push-
action/compare/v5.4.0...v6.0.0</a></p>
<h2>v5.4.0</h2>
<ul>
<li>Show builder information before building by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/docker/build-push-
action/pull/1128">docker/build-push-action#1128</a></li>
<li>Handle attestations correctly with provenance and sbom inputs by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/docker/build-push-
action/pull/1086">docker/build-push-action#1086</a></li>
<li>Bump <code>@​docker/actions-toolkit</code> from 0.19.0 to 0.24.0 in
<a href="https://redirect.github.com/docker/build-push-
action/pull/1088">docker/build-push-action#1088</a> <a
href="https://redirect.github.com/docker/build-push-
action/pull/1105">docker/build-push-action#1105</a> <a
href="https://redirect.github.com/docker/build-push-
action/pull/1121">docker/build-push-action#1121</a> <a
href="https://redirect.github.com/docker/build-push-
action/pull/1127">docker/build-push-action#1127</a></li>
<li>Bump undici from 5.28.3 to 5.28.4 in <a
href="https://redirect.github.com/docker/build-push-
action/pull/1090">docker/build-push-action#1090</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/build-push-
action/compare/v5.3.0...v5.4.0">https://github.com/docker/build-push-
action/compare/v5.3.0...v5.4.0</a></p>
<h2>v5.3.0</h2>
<ul>
<li>Bump <code>@​docker/actions-toolkit</code> from 0.18.0 to 0.19.0 in
<a href="https://redirect.github.com/docker/build-push-
action/pull/1080">docker/build-push-action#1080</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/build-push-
action/compare/v5.2.0...v5.3.0">https://github.com/docker/build-push-
action/compare/v5.2.0...v5.3.0</a></p>
<h2>v5.2.0</h2>
<ul>
<li>Disable quotes detection for <code>outputs</code> input by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/docker/build-push-
action/pull/1074">docker/build-push-action#1074</a></li>
<li>Warn about ignored inputs by <a
href="https://github.com/favonia"><code>@​favonia</code></a> in <a
href="https://redirect.github.com/docker/build-push-
action/pull/1019">docker/build-push-action#1019</a></li>
<li>Bump <code>@​docker/actions-toolkit</code> from 0.14.0 to 0.18.0 in
<a href="https://redirect.github.com/docker/build-push-
action/pull/1070">docker/build-push-action#1070</a></li>
<li>Bump undici from 5.26.3 to 5.28.3 in <a
href="https://redirect.github.com/docker/build-push-
action/pull/1057">docker/build-push-action#1057</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/build-push-
action/compare/v5.1.0...v5.2.0">https://github.com/docker/build-push-
action/compare/v5.1.0...v5.2.0</a></p>
<h2>v5.1.0</h2>
<ul>
<li>Add <code>annotations</code> input by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/docker/build-push-
action/pull/992">docker/build-push-action#992</a></li>
<li>Add <code>secret-envs</code> input by <a
href="https://github.com/elias-lundgren"><code>@​elias-
lundgren</code></a> in <a
href="https://redirect.github.com/docker/build-push-
action/pull/980">docker/build-push-action#980</a></li>
<li>Bump <code>@​babel/traverse</code> from 7.17.3 to 7.23.2 in <a
href="https://redirect.github.com/docker/build-push-
action/pull/991">docker/build-push-action#991</a></li>
<li>Bump <code>@​docker/actions-toolkit</code> from 0.13.0-rc.1 to
0.14.0 in <a href="https://redirect.github.com/docker/build-push-
action/pull/990">docker/build-push-action#990</a> <a
href="https://redirect.github.com/docker/build-push-
action/pull/1006">docker/build-push-action#1006</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/build-push-
action/compare/v5.0.0...v5.1.0">https://github.com/docker/build-push-
action/compare/v5.0.0...v5.1.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="docker/build-push-action@31159d49
c0d4756269a0940a750801a1ea5d7003"><code>31159d4</code></a> Merge pull
request <a href="https://redirect.github.com/docker/build-push-
action/issues/1149">sagemath#1149</a> from
docker/dependabot/npm_and_yarn/docker/actions-t...</li>
<li><a href="docker/build-push-action@07e1c3e1
48c1973f78a15cef24eae4371e57280d"><code>07e1c3e</code></a> chore: update
generated content</li>
<li><a href="docker/build-push-action@f7febd62
1d13a78cf2751da16b38233f0e819581"><code>f7febd6</code></a> chore(deps):
Bump <code>@​docker/actions-toolkit</code> from 0.26.2 to 0.27.0</li>
<li><a href="docker/build-push-action@f6010ea7
0151369b06f0194be1051fbbdff851b2"><code>f6010ea</code></a> Merge pull
request <a href="https://redirect.github.com/docker/build-push-
action/issues/1147">sagemath#1147</a> from
docker/dependabot/npm_and_yarn/docker/actions-t...</li>
<li><a href="docker/build-push-action@c0a6b968
0fb13e0dc73747f7da2bb27d9f5a3beb"><code>c0a6b96</code></a> chore: update
generated content</li>
<li><a href="docker/build-push-action@0dfe9c3d
416a6cc790f37ce7704bbab23e3442db"><code>0dfe9c3</code></a> chore(deps):
Bump <code>@​docker/actions-toolkit</code> from 0.26.1 to 0.26.2</li>
<li><a href="docker/build-push-action@94f8f8c2
eec4bc3f1d78c1755580779804cb87b2"><code>94f8f8c</code></a> Merge pull
request <a href="https://redirect.github.com/docker/build-push-
action/issues/1142">sagemath#1142</a> from
docker/dependabot/npm_and_yarn/docker/actions-t...</li>
<li><a href="docker/build-push-action@22f4433c
588020040c09698d8998964f307cd95b"><code>22f4433</code></a> chore: update
generated content</li>
<li><a href="docker/build-push-action@6721c560
15505c8bc8e7087fae9263d32715d7a3"><code>6721c56</code></a> chore(deps):
Bump <code>@​docker/actions-toolkit</code> from 0.26.0 to 0.26.1</li>
<li><a href="docker/build-push-action@4367da97
8b557b70738a51fed31c93e6a240dfb3"><code>4367da9</code></a> Merge pull
request <a href="https://redirect.github.com/docker/build-push-
action/issues/1140">sagemath#1140</a> from
docker/dependabot/github_actions/docker/bake-ac...</li>
<li>Additional commits viewable in <a
href="https://github.com/docker/build-push-
action/compare/v5...v6">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-
badges.githubapp.com/badges/compatibility_score?dependency-
name=docker/build-push-action&package-manager=github_actions&previous-
version=5&new-version=6)](https://docs.github.com/en/github/managing-
security-vulnerabilities/about-dependabot-security-updates#about-
compatibility-scores)

You can trigger a rebase of this PR 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>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
    
URL: sagemath#38267
Reported by: dependabot[bot]
Reviewer(s): Kwankyu Lee
vbraun pushed a commit to vbraun/sage that referenced this pull request Aug 28, 2024
    
Bumps [docker/build-push-action](https://github.com/docker/build-push-
action) from 5 to 6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/docker/build-push-
action/releases">docker/build-push-action's releases</a>.</em></p>
<blockquote>
<h2>v6.0.0</h2>
<ul>
<li>Export build record and generate <a
href="https://docs.docker.com/build/ci/github-actions/build-
summary/">build summary</a> by <a href="https://github.com/crazy-
max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/docker/build-push-
action/pull/1120">docker/build-push-action#1120</a></li>
<li>Bump <code>@​docker/actions-toolkit</code> from 0.24.0 to 0.26.0 in
<a href="https://redirect.github.com/docker/build-push-
action/pull/1132">docker/build-push-action#1132</a> <a
href="https://redirect.github.com/docker/build-push-
action/pull/1136">docker/build-push-action#1136</a> <a
href="https://redirect.github.com/docker/build-push-
action/pull/1138">docker/build-push-action#1138</a></li>
<li>Bump braces from 3.0.2 to 3.0.3 in <a
href="https://redirect.github.com/docker/build-push-
action/pull/1137">docker/build-push-action#1137</a></li>
</ul>
<blockquote>
<p>[!NOTE]
This major release adds support for generating <a
href="https://docs.docker.com/build/ci/github-actions/build-
summary/">Build summary</a> and exporting build record for your build.
You can disable this feature by setting <a
href="https://docs.docker.com/build/ci/github-actions/build-
summary/#disable-job-summary"> <code>DOCKER_BUILD_NO_SUMMARY:
true</code> environment variable in your workflow</a>.</p>
</blockquote>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/build-push-
action/compare/v5.4.0...v6.0.0">https://github.com/docker/build-push-
action/compare/v5.4.0...v6.0.0</a></p>
<h2>v5.4.0</h2>
<ul>
<li>Show builder information before building by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/docker/build-push-
action/pull/1128">docker/build-push-action#1128</a></li>
<li>Handle attestations correctly with provenance and sbom inputs by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/docker/build-push-
action/pull/1086">docker/build-push-action#1086</a></li>
<li>Bump <code>@​docker/actions-toolkit</code> from 0.19.0 to 0.24.0 in
<a href="https://redirect.github.com/docker/build-push-
action/pull/1088">docker/build-push-action#1088</a> <a
href="https://redirect.github.com/docker/build-push-
action/pull/1105">docker/build-push-action#1105</a> <a
href="https://redirect.github.com/docker/build-push-
action/pull/1121">docker/build-push-action#1121</a> <a
href="https://redirect.github.com/docker/build-push-
action/pull/1127">docker/build-push-action#1127</a></li>
<li>Bump undici from 5.28.3 to 5.28.4 in <a
href="https://redirect.github.com/docker/build-push-
action/pull/1090">docker/build-push-action#1090</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/build-push-
action/compare/v5.3.0...v5.4.0">https://github.com/docker/build-push-
action/compare/v5.3.0...v5.4.0</a></p>
<h2>v5.3.0</h2>
<ul>
<li>Bump <code>@​docker/actions-toolkit</code> from 0.18.0 to 0.19.0 in
<a href="https://redirect.github.com/docker/build-push-
action/pull/1080">docker/build-push-action#1080</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/build-push-
action/compare/v5.2.0...v5.3.0">https://github.com/docker/build-push-
action/compare/v5.2.0...v5.3.0</a></p>
<h2>v5.2.0</h2>
<ul>
<li>Disable quotes detection for <code>outputs</code> input by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/docker/build-push-
action/pull/1074">docker/build-push-action#1074</a></li>
<li>Warn about ignored inputs by <a
href="https://github.com/favonia"><code>@​favonia</code></a> in <a
href="https://redirect.github.com/docker/build-push-
action/pull/1019">docker/build-push-action#1019</a></li>
<li>Bump <code>@​docker/actions-toolkit</code> from 0.14.0 to 0.18.0 in
<a href="https://redirect.github.com/docker/build-push-
action/pull/1070">docker/build-push-action#1070</a></li>
<li>Bump undici from 5.26.3 to 5.28.3 in <a
href="https://redirect.github.com/docker/build-push-
action/pull/1057">docker/build-push-action#1057</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/build-push-
action/compare/v5.1.0...v5.2.0">https://github.com/docker/build-push-
action/compare/v5.1.0...v5.2.0</a></p>
<h2>v5.1.0</h2>
<ul>
<li>Add <code>annotations</code> input by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/docker/build-push-
action/pull/992">docker/build-push-action#992</a></li>
<li>Add <code>secret-envs</code> input by <a
href="https://github.com/elias-lundgren"><code>@​elias-
lundgren</code></a> in <a
href="https://redirect.github.com/docker/build-push-
action/pull/980">docker/build-push-action#980</a></li>
<li>Bump <code>@​babel/traverse</code> from 7.17.3 to 7.23.2 in <a
href="https://redirect.github.com/docker/build-push-
action/pull/991">docker/build-push-action#991</a></li>
<li>Bump <code>@​docker/actions-toolkit</code> from 0.13.0-rc.1 to
0.14.0 in <a href="https://redirect.github.com/docker/build-push-
action/pull/990">docker/build-push-action#990</a> <a
href="https://redirect.github.com/docker/build-push-
action/pull/1006">docker/build-push-action#1006</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/build-push-
action/compare/v5.0.0...v5.1.0">https://github.com/docker/build-push-
action/compare/v5.0.0...v5.1.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="docker/build-push-action@31159d49
c0d4756269a0940a750801a1ea5d7003"><code>31159d4</code></a> Merge pull
request <a href="https://redirect.github.com/docker/build-push-
action/issues/1149">sagemath#1149</a> from
docker/dependabot/npm_and_yarn/docker/actions-t...</li>
<li><a href="docker/build-push-action@07e1c3e1
48c1973f78a15cef24eae4371e57280d"><code>07e1c3e</code></a> chore: update
generated content</li>
<li><a href="docker/build-push-action@f7febd62
1d13a78cf2751da16b38233f0e819581"><code>f7febd6</code></a> chore(deps):
Bump <code>@​docker/actions-toolkit</code> from 0.26.2 to 0.27.0</li>
<li><a href="docker/build-push-action@f6010ea7
0151369b06f0194be1051fbbdff851b2"><code>f6010ea</code></a> Merge pull
request <a href="https://redirect.github.com/docker/build-push-
action/issues/1147">sagemath#1147</a> from
docker/dependabot/npm_and_yarn/docker/actions-t...</li>
<li><a href="docker/build-push-action@c0a6b968
0fb13e0dc73747f7da2bb27d9f5a3beb"><code>c0a6b96</code></a> chore: update
generated content</li>
<li><a href="docker/build-push-action@0dfe9c3d
416a6cc790f37ce7704bbab23e3442db"><code>0dfe9c3</code></a> chore(deps):
Bump <code>@​docker/actions-toolkit</code> from 0.26.1 to 0.26.2</li>
<li><a href="docker/build-push-action@94f8f8c2
eec4bc3f1d78c1755580779804cb87b2"><code>94f8f8c</code></a> Merge pull
request <a href="https://redirect.github.com/docker/build-push-
action/issues/1142">sagemath#1142</a> from
docker/dependabot/npm_and_yarn/docker/actions-t...</li>
<li><a href="docker/build-push-action@22f4433c
588020040c09698d8998964f307cd95b"><code>22f4433</code></a> chore: update
generated content</li>
<li><a href="docker/build-push-action@6721c560
15505c8bc8e7087fae9263d32715d7a3"><code>6721c56</code></a> chore(deps):
Bump <code>@​docker/actions-toolkit</code> from 0.26.0 to 0.26.1</li>
<li><a href="docker/build-push-action@4367da97
8b557b70738a51fed31c93e6a240dfb3"><code>4367da9</code></a> Merge pull
request <a href="https://redirect.github.com/docker/build-push-
action/issues/1140">sagemath#1140</a> from
docker/dependabot/github_actions/docker/bake-ac...</li>
<li>Additional commits viewable in <a
href="https://github.com/docker/build-push-
action/compare/v5...v6">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-
badges.githubapp.com/badges/compatibility_score?dependency-
name=docker/build-push-action&package-manager=github_actions&previous-
version=5&new-version=6)](https://docs.github.com/en/github/managing-
security-vulnerabilities/about-dependabot-security-updates#about-
compatibility-scores)

You can trigger a rebase of this PR 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>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
    
URL: sagemath#38267
Reported by: dependabot[bot]
Reviewer(s): Kwankyu Lee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants