Skip to content

Commit 4f4f043

Browse files
Bump docker/build-push-action from 6.18.0 to 6.19.2
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.18.0 to 6.19.2. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.18.0...v6.19.2) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.19.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent add5361 commit 4f4f043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

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

5252
- name: Build and push by digest
5353
if: github.event_name == 'pull_request'
54-
uses: docker/build-push-action@v6.18.0
54+
uses: docker/build-push-action@v6.19.2
5555
with:
5656
file: ./docker/Dockerfile
5757
platforms: ${{ matrix.platform }}
@@ -79,7 +79,7 @@ jobs:
7979
- name: Build and push by digest
8080
if: github.event_name != 'pull_request'
8181
id: build
82-
uses: docker/build-push-action@v6.18.0
82+
uses: docker/build-push-action@v6.19.2
8383
with:
8484
file: ./docker/Dockerfile
8585
platforms: ${{ matrix.platform }}

0 commit comments

Comments
 (0)