Skip to content

Commit ea615a8

Browse files
Bump docker/build-push-action from 7.0.0 to 7.2.0 (#8755)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.0.0 to 7.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@d08e5c3...f9f3042) --- 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 eb0c7e9 commit ea615a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
username: weaveworkseksctlci
2323
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
2424
- name: Build and push Docker image
25-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 #7.0.0
25+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf #7.2.0
2626
with:
2727
context: .
2828
push: true

.github/workflows/ecr-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
images: ${{ env.REGISTRY }}/${{ env.REGISTRY_ALIAS }}/${{ env.REPOSITORY }}
4242

4343
- name: Build and push container image to ECR
44-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 #7.0.0
44+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf #7.2.0
4545
with:
4646
context: .
4747
push: true

0 commit comments

Comments
 (0)