Skip to content

Commit 1299424

Browse files
Bump docker/build-push-action from 6.18.0 to 7.0.0 (#8707)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.18.0 to 7.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@2634353...d08e5c3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e2871c commit 1299424

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@263435318d21b8e681c14492fe198d362a7d2c83 #6.18.0
25+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 #7.0.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@263435318d21b8e681c14492fe198d362a7d2c83 #6.18.0
44+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 #7.0.0
4545
with:
4646
context: .
4747
push: true

0 commit comments

Comments
 (0)