Skip to content

Commit 166f8e2

Browse files
Bump docker/build-push-action from 6.18.0 to 6.19.2 (#87)
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 c0f1a36 commit 166f8e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ jobs:
5555
echo ::set-output name=version::${VERSION}
5656
-
5757
name: "Docker: Buildx Build"
58-
uses: docker/build-push-action@v6.18.0
58+
uses: docker/build-push-action@v6.19.2
5959
with:
6060
platforms: ${{ steps.prepare.outputs.platforms }}
6161
push: false
6262
tags: ${{ steps.prepare.outputs.tags }}
6363
build-args: ${{ steps.prepare.outputs.args }}
6464
-
6565
name: "Docker: Load Image"
66-
uses: docker/build-push-action@v6.18.0
66+
uses: docker/build-push-action@v6.19.2
6767
with:
6868
load: true
6969
push: false
@@ -93,7 +93,7 @@ jobs:
9393
-
9494
name: "Docker: Buildx Push"
9595
if: success() && github.event_name != 'pull_request'
96-
uses: docker/build-push-action@v6.18.0
96+
uses: docker/build-push-action@v6.19.2
9797
with:
9898
platforms: ${{ steps.prepare.outputs.platforms }}
9999
push: true

0 commit comments

Comments
 (0)