Skip to content

Commit b59cb6e

Browse files
authored
Merge pull request #72 from voxpupuli/dependabot/github_actions/docker/build-push-action-7
Bump docker/build-push-action from 6 to 7
2 parents 034bfa4 + 8649e2b commit b59cb6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout repository
2626
uses: actions/checkout@v6
2727
- name: Build Docker image
28-
uses: docker/build-push-action@v6
28+
uses: docker/build-push-action@v7
2929
with:
3030
context: .
3131
push: false

.github/workflows/security_scanning.yml

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

2626
- name: Build CI container
27-
uses: docker/build-push-action@v6
27+
uses: docker/build-push-action@v7
2828
with:
2929
tags: 'ci/puppet-catalog-diff-viewer:${{ github.sha }}'
3030
push: false

0 commit comments

Comments
 (0)