Skip to content

Commit 436860f

Browse files
dependabot[bot]squidfunk
authored andcommitted
Bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b048469 commit 436860f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
latest=${{ github.event.release.prerelease == false }}
165165
166166
- name: Build Docker image
167-
uses: docker/build-push-action@v5
167+
uses: docker/build-push-action@v6
168168
with:
169169
context: .
170170
load: true
@@ -185,7 +185,7 @@ jobs:
185185
echo "PLATFORMS=linux/amd64,linux/arm64,linux/arm/v7" >> $GITHUB_ENV
186186
187187
- name: Publish Docker image
188-
uses: docker/build-push-action@v5
188+
uses: docker/build-push-action@v6
189189
with:
190190
context: .
191191
platforms: ${{ env.PLATFORMS }}

0 commit comments

Comments
 (0)