Skip to content

Commit 93cf72a

Browse files
Bump docker/build-push-action from 6 to 7 (#4052)
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 838f5a5 commit 93cf72a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
password: ${{ secrets.DOCKERHUB_TOKEN }}
7272

7373
- name: Build and push
74-
uses: docker/build-push-action@v6
74+
uses: docker/build-push-action@v7
7575
with:
7676
context: .
7777
file: Dockerfile
@@ -85,7 +85,7 @@ jobs:
8585
8686
- name: Build and push development image
8787
if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/master'}}
88-
uses: docker/build-push-action@v6
88+
uses: docker/build-push-action@v7
8989
with:
9090
context: development/dev-image
9191
push: true

.github/workflows/e2e-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: echo "SHA=${{ github.sha }}" >> $GITHUB_ENV
5353

5454
- name: Build and push
55-
uses: docker/build-push-action@v6
55+
uses: docker/build-push-action@v7
5656
if: ${{ github.actor != 'dependabot' }}
5757
with:
5858
context: .
@@ -64,7 +64,7 @@ jobs:
6464
GIT_AUTH_TOKEN=${{ secrets.PACKAGE_SECRET }}
6565
6666
- name: Build and push dependabot
67-
uses: docker/build-push-action@v6
67+
uses: docker/build-push-action@v7
6868
if: ${{ github.actor == 'dependabot' }}
6969
with:
7070
context: .

0 commit comments

Comments
 (0)