Skip to content

Commit 5a4f838

Browse files
build(deps): bump docker/build-push-action from 6 to 7 (#168)
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 0d22ab0 commit 5a4f838

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
8585
- name: Build and push OCI amd64 image
8686
if: github.event_name != 'pull_request'
87-
uses: docker/build-push-action@v6
87+
uses: docker/build-push-action@v7
8888
with:
8989
context: .
9090
push: ${{ github.event_name != 'pull_request' }}
@@ -111,7 +111,7 @@ jobs:
111111
112112
- name: Build and push OCI arm64 image
113113
if: github.event_name != 'pull_request'
114-
uses: docker/build-push-action@v6
114+
uses: docker/build-push-action@v7
115115
with:
116116
context: .
117117
push: ${{ github.event_name != 'pull_request' }}
@@ -138,7 +138,7 @@ jobs:
138138
139139
- name: Build and push OCI ppc64le image
140140
if: github.event_name != 'pull_request'
141-
uses: docker/build-push-action@v6
141+
uses: docker/build-push-action@v7
142142
with:
143143
context: .
144144
push: ${{ github.event_name != 'pull_request' }}
@@ -165,7 +165,7 @@ jobs:
165165
166166
- name: Build and push OCI s390x image
167167
if: github.event_name != 'pull_request'
168-
uses: docker/build-push-action@v6
168+
uses: docker/build-push-action@v7
169169
with:
170170
context: .
171171
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)