Skip to content

Commit ad71c0d

Browse files
authored
Merge pull request performancecopilot#2524 from performancecopilot/dependabot/github_actions/docker/build-push-action-7
build(deps): bump docker/build-push-action from 6 to 7
2 parents e3afcb3 + 838be42 commit ad71c0d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ghcr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
tags: type=raw,value=latest,enable={{is_default_branch}}
4747

4848
- name: Build and push base image
49-
uses: docker/build-push-action@v6
49+
uses: docker/build-push-action@v7
5050
with:
5151
context: .
5252
file: ./build/containers/pcp/Containerfile
@@ -56,7 +56,7 @@ jobs:
5656
platforms: ${{ env.PLATFORMS }}
5757

5858
- name: Build and push archive-analysis image
59-
uses: docker/build-push-action@v6
59+
uses: docker/build-push-action@v7
6060
with:
6161
context: .
6262
file: ./build/containers/archive-analysis/Containerfile

.github/workflows/quay.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
tags: type=raw,value=latest,enable={{is_default_branch}}
4747

4848
- name: Build and push base image
49-
uses: docker/build-push-action@v6
49+
uses: docker/build-push-action@v7
5050
with:
5151
context: .
5252
file: ./build/containers/pcp/Containerfile
@@ -56,7 +56,7 @@ jobs:
5656
platforms: ${{ env.PLATFORMS }}
5757

5858
- name: Build and push archive-analysis image
59-
uses: docker/build-push-action@v6
59+
uses: docker/build-push-action@v7
6060
with:
6161
context: .
6262
file: ./build/containers/archive-analysis/Containerfile

0 commit comments

Comments
 (0)