Skip to content

Commit 71bd6bf

Browse files
dependabot[bot]dngray
authored andcommitted
build(deps): bump docker/build-push-action from 6.7.0 to 6.9.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.9.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.7.0...v6.9.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 31ba6da commit 71bd6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
# It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository.
8080
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
8181
- name: Build and push Docker image
82-
uses: docker/build-push-action@v6.7.0
82+
uses: docker/build-push-action@v6.9.0
8383
with:
8484
context: .
8585
push: true

0 commit comments

Comments
 (0)