Skip to content

Commit bb81c9e

Browse files
Bump docker/build-push-action from 4 to 6
--- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 335b38d commit bb81c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push-docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
type=semver,pattern={{version}}
4949
-
5050
name: Build and push
51-
uses: docker/build-push-action@v4
51+
uses: docker/build-push-action@v6
5252
with:
5353
context: .
5454
push: true

0 commit comments

Comments
 (0)