Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 in the all-actions group
Browse files Browse the repository at this point in the history
Bumps the all-actions group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action).


Updates `docker/build-push-action` from 5 to 6
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent 6a6fadf commit 90f3e3c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/callable_test-automation-extention.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
${{ runner.os }}-buildx
- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./ubuntu/base
push: ${{ github.event_name != 'pull_request' }}
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
run: ls ./system/docker/node/
- name: Build and cache image
if: steps.cache-image.outputs.cache-hit != 'true'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./system/docker/node
file: ./system/docker/node/Dockerfile.node
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
${{ runner.os }}-buildx
- name: Build and cache image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./system/docker/client/
file: ./system/docker/client/Dockerfile.${{ env.INPUT_UBUNTUVERSION }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/callable_test-automation-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
${{ runner.os }}-buildx
- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./ubuntu/base
push: ${{ github.event_name != 'pull_request' }}
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
run: ls ./system/docker/node/
- name: Build and cache image
if: steps.cache-image.outputs.cache-hit != 'true'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./system/docker/node
file: ./system/docker/node/Dockerfile.node
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
${{ runner.os }}-buildx
- name: Build and cache image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./system/docker/client/
file: ./system/docker/client/Dockerfile.${{ env.INPUT_UBUNTUVERSION }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dispatchable_test-automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
${{ runner.os }}-buildx
- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./ubuntu/base
push: ${{ github.event_name != 'pull_request' }}
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
${{ runner.os }}-buildx
- name: Build image indy-node
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./system/docker/node
file: ./system/docker/node/Dockerfile.node
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
${{ runner.os }}-buildx
- name: Build and cache image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./system/docker/client/
file: ./system/docker/client/Dockerfile.${{ env.INPUT_UBUNTUVERSION }}
Expand Down

0 comments on commit 90f3e3c

Please sign in to comment.