Skip to content

Commit 40054aa

Browse files
dependabot[bot]igaw
authored andcommitted
build(deps): bump docker/build-push-action from 7.2.0 to 7.3.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.2.0 to 7.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@f9f3042...53b7df9) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5a9dfde commit 40054aa

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
password: ${{ secrets.GITHUB_TOKEN }}
7070

7171
- name: Build staging image
72-
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
72+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
7373
with:
7474
file: staging/Dockerfile.${{ matrix.distro }}
7575
platforms: linux/amd64
@@ -149,7 +149,7 @@ jobs:
149149
password: ${{ secrets.GITHUB_TOKEN }}
150150

151151
- name: Build final image
152-
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
152+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
153153
with:
154154
context: .
155155
file: main/Dockerfile.${{ matrix.distro }}
@@ -193,7 +193,7 @@ jobs:
193193
username: ${{ github.actor }}
194194
password: ${{ secrets.GITHUB_TOKEN }}
195195
- name: Build image
196-
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
196+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
197197
with:
198198
file: main/Dockerfile.ubuntu.${{ matrix.arch }}
199199
platforms: linux/amd64
@@ -242,7 +242,7 @@ jobs:
242242
password: ${{ secrets.GITHUB_TOKEN }}
243243

244244
- name: Build and push nvmetcli image
245-
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
245+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
246246
with:
247247
context: .
248248
file: nvmetcli/Dockerfile.${{ matrix.distro }}
@@ -298,7 +298,7 @@ jobs:
298298
password: ${{ secrets.GITHUB_TOKEN }}
299299

300300
- name: Build and push nvmetcli containerDisk
301-
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
301+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
302302
with:
303303
context: nvmetcli/build
304304
file: nvmetcli/Dockerfile.${{ matrix.distro }}.containerdisk

0 commit comments

Comments
 (0)