Skip to content

Commit

Permalink
Merge pull request eclipse-tractusx#699 from eclipse-tractusx/dependa…
Browse files Browse the repository at this point in the history
…bot/github_actions/docker/build-push-action-6

chore(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
ds-jhartmann authored Jun 24, 2024
2 parents 8398347 + 6bfcc79 commit 78e43d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
version: v0.20.0

- name: Build image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy-image-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v4

- name: Build image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down

0 comments on commit 78e43d4

Please sign in to comment.