Skip to content

Commit c6bb0b9

Browse files
chore(deps): update docker/build-push-action action to v7
1 parent eb83b1d commit c6bb0b9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v6
2323

2424
- name: Build image
25-
uses: docker/build-push-action@v6
25+
uses: docker/build-push-action@v7
2626
with:
2727
file: Containerfile
2828
tags: 'ci/semantic-release:${{ github.event.number }}'

.github/workflows/security_scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v6
2626

2727
- name: Build local container
28-
uses: docker/build-push-action@v6
28+
uses: docker/build-push-action@v7
2929
with:
3030
file: Containerfile
3131
tags: 'ci/test:latest'

0 commit comments

Comments
 (0)