Skip to content

Commit e50b28e

Browse files
dependabot[bot]linuxmaniac
authored andcommitted
github: [skip ci]: bump docker/build-push-action from 6 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6f5ca68 commit e50b28e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/github-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
env:
6565
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
6666
- name: Build and push
67-
uses: docker/build-push-action@v6
67+
uses: docker/build-push-action@v7
6868
with:
6969
context: "{{defaultContext}}:${{ matrix.dist }}"
7070
platforms: ${{ github.event.inputs.platforms }}

.github/workflows/rpm-builder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
uses: docker/setup-buildx-action@v4
144144

145145
- name: Build builder image
146-
uses: docker/build-push-action@v6
146+
uses: docker/build-push-action@v7
147147
id: build
148148
env:
149149
DOCKER_BUILD_SUMMARY: false

.github/workflows/weekly-github-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
env:
5252
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
5353
- name: Build and push
54-
uses: docker/build-push-action@v6
54+
uses: docker/build-push-action@v7
5555
with:
5656
context: "{{defaultContext}}:${{ matrix.dist }}"
5757
platforms: ${{ github.event.inputs.platforms }}

0 commit comments

Comments
 (0)