Skip to content

Commit ecdf680

Browse files
Bump docker/build-push-action from 6.10.0 to 6.14.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.10.0 to 6.14.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.10.0...v6.14.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e83dc3 commit ecdf680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# Build and push Docker image
4949
# https://github.com/docker/build-push-action
5050
name: Build and push Docker image
51-
uses: docker/build-push-action@v6.10.0
51+
uses: docker/build-push-action@v6.14.0
5252
with:
5353
# Only push containers to the registry on GitHub pushes,
5454
# not pull requests. GitHub won't let a rogue PR create a container

0 commit comments

Comments
 (0)