Skip to content

Commit cb88e5c

Browse files
Bump docker/build-push-action from 4 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1e37a98 commit cb88e5c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
type=raw,value=latest,enable={{is_default_branch}}
200200
201201
- name: Build and push orchestrator
202-
uses: docker/build-push-action@v4
202+
uses: docker/build-push-action@v6
203203
with:
204204
context: .
205205
file: ./Dockerfile.orchestrator
@@ -210,7 +210,7 @@ jobs:
210210
cache-to: type=gha,mode=max
211211

212212
- name: Build and push node
213-
uses: docker/build-push-action@v4
213+
uses: docker/build-push-action@v6
214214
with:
215215
context: .
216216
file: ./Dockerfile.node

.github/workflows/neural-nexus-ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
type=raw,value=latest,enable={{is_default_branch}}
200200
201201
- name: Build and push orchestrator
202-
uses: docker/build-push-action@v4
202+
uses: docker/build-push-action@v6
203203
with:
204204
context: .
205205
file: ./Dockerfile.orchestrator
@@ -210,7 +210,7 @@ jobs:
210210
cache-to: type=gha,mode=max
211211

212212
- name: Build and push node
213-
uses: docker/build-push-action@v4
213+
uses: docker/build-push-action@v6
214214
with:
215215
context: .
216216
file: ./Dockerfile.node

0 commit comments

Comments
 (0)