Skip to content

Commit d7d103e

Browse files
Bump docker/github-builder/.github/workflows/build.yml in the ci group (#258)
Bumps the ci group with 1 update: [docker/github-builder/.github/workflows/build.yml](https://github.com/docker/github-builder). Updates `docker/github-builder/.github/workflows/build.yml` from 1.11.0 to 1.12.0 - [Release notes](https://github.com/docker/github-builder/releases) - [Commits](docker/github-builder@70ac3fc...5f637c8) --- updated-dependencies: - dependency-name: docker/github-builder/.github/workflows/build.yml dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3cadfc5 commit d7d103e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/open-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
write-comment: true
8181
github-token: ${{ secrets.GITHUB_TOKEN }}
8282
multi-arch-build:
83-
uses: docker/github-builder/.github/workflows/build.yml@70ac3fc303efa83d2b94905e6ab78bb83cbdc2ae # v1.11.0
83+
uses: docker/github-builder/.github/workflows/build.yml@5f637c833aa76bc99372a1dc9a6f8bcd8056fb85 # v1.12.0
8484
with:
8585
output: image
8686
push: false

.github/workflows/push-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
contents: read # to fetch the repository content
88
jobs:
99
build-push:
10-
uses: docker/github-builder/.github/workflows/build.yml@70ac3fc303efa83d2b94905e6ab78bb83cbdc2ae # v1.11.0
10+
uses: docker/github-builder/.github/workflows/build.yml@5f637c833aa76bc99372a1dc9a6f8bcd8056fb85 # v1.12.0
1111
permissions:
1212
id-token: write # to sign attestation(s) with GitHub OIDC Token
1313
packages: write # to push container image to ghcr

0 commit comments

Comments
 (0)