Skip to content

Commit b3a8863

Browse files
build(deps): 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@2634353...10e90e3) --- 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 0eafaf9 commit b3a8863

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
6565

6666
- name: Build and export
67-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
67+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
6868
with:
6969
context: .
7070
load: true
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Push to registries
8080
if: github.event_name != 'pull_request'
81-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
81+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
8282
with:
8383
push: true
8484
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)