Skip to content

Commit b115033

Browse files
Build(deps): Bump docker/build-push-action from 6 to 7 (#991)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' 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 9ec18ed commit b115033

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-milestone-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
136136
# Build and push Docker image
137137
- name: Build and Push Docker Image
138-
uses: docker/build-push-action@v6
138+
uses: docker/build-push-action@v7
139139
with:
140140
context: ${{ matrix.path }}
141141
file: ${{ matrix.path }}/Dockerfile

.github/workflows/docker-snapshot-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
run: echo "SHORT_SHA=${GITHUB_SHA:0:7}" >> $GITHUB_ENV
134134

135135
- name: Build and Push Docker Image
136-
uses: docker/build-push-action@v6
136+
uses: docker/build-push-action@v7
137137
with:
138138
context: ${{ matrix.path }}
139139
file: ${{ matrix.path }}/Dockerfile

0 commit comments

Comments
 (0)