Skip to content

Commit 7ef8fad

Browse files
Bump docker/build-push-action from 7.1.0 to 7.2.0 (#273)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v7.1.0...v7.2.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.2.0 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 98e7df2 commit 7ef8fad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# 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.
6060
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
6161
- name: Build and push Docker image
62-
uses: docker/build-push-action@v7.1.0
62+
uses: docker/build-push-action@v7.2.0
6363
with:
6464
context: .
6565
push: true

0 commit comments

Comments
 (0)