Skip to content

Commit 5af2be9

Browse files
chore(deps): update docker/build-push-action action from v6.14.0 to v6.15.0 (.github/workflows/release-x-manual-docker-containers.yml) (#11906)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6e61349 commit 5af2be9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-docker-images-for-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Build
4949
id: docker_build
50-
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
50+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
5151
timeout-minutes: 15
5252
env:
5353
DOCKER_BUILD_CHECKS_ANNOTATIONS: false

.github/workflows/release-x-manual-docker-containers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Build and push images with debian
5252
if: ${{ matrix.os == 'debian' }}
53-
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
53+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
5454
env:
5555
DOCKER_BUILD_CHECKS_ANNOTATIONS: false
5656
REPO_ORG: ${{ env.repoorg }}
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Build and push images with alpine
6565
if: ${{ matrix.os == 'alpine' }}
66-
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
66+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
6767
env:
6868
DOCKER_BUILD_CHECKS_ANNOTATIONS: false
6969
REPO_ORG: ${{ env.repoorg }}

0 commit comments

Comments
 (0)