Skip to content

Commit b8d1900

Browse files
chore(deps): bump docker/build-push-action from 6.18.0 to 6.19.2 (#1485)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 38bc30c commit b8d1900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
password: ${{ secrets.DOCKER_PASSWORD }}
150150
- name: Build and push
151151
id: docker_build
152-
uses: docker/build-push-action@v6.18.0
152+
uses: docker/build-push-action@v6.19.2
153153
with:
154154
context: .
155155
platforms: linux/amd64,linux/arm64
@@ -197,7 +197,7 @@ jobs:
197197
password: ${{ secrets.DOCKER_PASSWORD }}
198198
- name: Build and push
199199
id: docker_build
200-
uses: docker/build-push-action@v6.18.0
200+
uses: docker/build-push-action@v6.19.2
201201
with:
202202
context: .
203203
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)