8000 build(deps): bump docker/build-push-action from 5 to 6 (#21) · python/cpython-devcontainers@6582eba · GitHub
[go: up one dir, main page]

Skip to content

Commit 6582eba

Browse files
build(deps): bump docker/build-push-action from 5 to 6 (#21)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5f8f82f commit 6582eba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Docker Buildx
2020
uses: docker/setup-buildx-action@v3
2121
- name: Build Dockerfile
22-
uses: docker/build-push-action@v5
22+
uses: docker/build-push-action@v6
2323
with:
2424
context: ./devcontainer
2525
load: true
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Docker Buildx
4141
uses: docker/setup-buildx-action@v3
4242
- name: Build Dockerfile
43-
uses: docker/build-push-action@v5
43+
uses: docker/build-push-action@v6
4444
with:
4545
context: ./autoconf
4646
build-args: AUTOCONF_VERSION=${{ matrix.autoconf_version }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
username: ${{ github.actor }}
4141
password: ${{ secrets.GITHUB_TOKEN }}
4242
- name: Build and push
43-
uses: docker/build-push-action@v5
43+
uses: docker/build-push-action@v6
4444
with:
4545
context: ./${{ inputs.package }}
4646
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)
0