Skip to content

Commit a5ccfc4

Browse files
Bump docker/build-push-action from 7.0.0 to 7.1.0 (#302)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.1.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 c8aa1c1 commit a5ccfc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/calypso-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# 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.
4646
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
4747
- name: Build and push Docker image for Calypso
48-
uses: docker/build-push-action@v7.0.0
48+
uses: docker/build-push-action@v7.1.0
4949
with:
5050
context: ./
5151
push: true

0 commit comments

Comments
 (0)