Skip to content

Commit 79085a6

Browse files
chore(deps): Update docker/build-push-action action to v6.18.0 (#899)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2c8b877 commit 79085a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-image-test.yaml

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

6363
- name: Build if Dockerfile changed
6464
if: steps.changed-files-specific.outputs.any_changed == 'true'
65-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
65+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
6666
with:
6767
context: .
6868
build-args: |
@@ -113,7 +113,7 @@ jobs:
113113
if: >-
114114
steps.changed-files-specific.outputs.any_changed == 'true'
115115
&& matrix.os == 'ubuntu-latest'
116-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
116+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
117117
with:
118118
context: .
119119
build-args: |

.github/workflows/build-image.yaml

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

4848
- name: Build and Push release
4949
if: github.event_name != 'schedule'
50-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
50+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
5151
with:
5252
context: .
5353
build-args: |
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Build and Push nightly
6666
if: github.event_name == 'schedule'
67-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
67+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
6868
with:
6969
context: .
7070
build-args: |

0 commit comments

Comments
 (0)