mirror of
https://github.com/evroon/bracket.git
synced 2026-01-06 04:58:46 -05:00
Bump docker/build-push-action from 5.3.0 to 5.4.0 (#766)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 5.4.0. <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>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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="ca052bb54a"><code>ca052bb</code></a> Merge pull request <a href="https://redirect.github.com/docker/build-push-action/issues/1128">#1128</a> from crazy-max/builder-info</li> <li><a href="025c2051f3"><code>025c205</code></a> chore: update generated content</li> <li><a href="12076d2fb1"><code>12076d2</code></a> show builder information before building</li> <li><a href="ef6cba3353"><code>ef6cba3</code></a> Merge pull request <a href="https://redirect.github.com/docker/build-push-action/issues/1127">#1127</a> from docker/dependabot/npm_and_yarn/docker/actions-t...</li> <li><a href="4c16cf906a"><code>4c16cf9</code></a> chore: update generated content</li> <li><a href="a3118a86c8"><code>a3118a8</code></a> fixes since moved types</li> <li><a href="c86eb8b0f7"><code>c86eb8b</code></a> chore(deps): Bump <code>@docker/actions-toolkit</code> from 0.23.0 to 0.24.0</li> <li><a href="2a53c6ccda"><code>2a53c6c</code></a> Merge pull request <a href="https://redirect.github.com/docker/build-push-action/issues/1122">#1122</a> from crazy-max/update-dev-deps</li> <li><a href="ccef1f210d"><code>ccef1f2</code></a> chore: update generated content</li> <li><a href="79117b6ea5"><code>79117b6</code></a> chore: update dev dependencies</li> <li>Additional commits viewable in <a href="2cdde995de...ca052bb54a">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/publish_docker_image.yml
vendored
4
.github/workflows/publish_docker_image.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_BACKEND }}
|
||||
|
||||
- name: Build and push frontend Docker image
|
||||
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
|
||||
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
|
||||
with:
|
||||
context: frontend
|
||||
push: true
|
||||
@@ -51,7 +51,7 @@ jobs:
|
||||
labels: ${{ steps.meta_frontend.outputs.labels }}
|
||||
|
||||
- name: Build and push backend Docker image
|
||||
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
|
||||
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
|
||||
with:
|
||||
context: backend
|
||||
push: true
|
||||
|
||||
Reference in New Issue
Block a user