Skip to content

Commit d4a1485

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 085cecd commit d4a1485

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

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

5353
- name: Build and push by digest
5454
if: github.event_name == 'pull_request'
55-
uses: docker/build-push-action@v6.18.0
55+
uses: docker/build-push-action@v6.19.2
5656
with:
5757
file: ./docker/Dockerfile
5858
platforms: ${{ matrix.platform }}
@@ -80,7 +80,7 @@ jobs:
8080
- name: Build and push by digest
8181
if: github.event_name != 'pull_request'
8282
id: build
83-
uses: docker/build-push-action@v6.18.0
83+
uses: docker/build-push-action@v6.19.2
8484
with:
8585
file: ./docker/Dockerfile
8686
platforms: ${{ matrix.platform }}

0 commit comments

Comments
 (0)