Skip to content

Commit f5273e6

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
env:
6060
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
6161
- name: Build and push
62-
uses: docker/build-push-action@v5
62+
uses: docker/build-push-action@v6
6363
with:
6464
context: "{{defaultContext}}:${{ matrix.dist }}"
6565
platforms: linux/amd64,linux/arm64

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
env:
4646
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
4747
- name: Build and push
48-
uses: docker/build-push-action@v5
48+
uses: docker/build-push-action@v6
4949
with:
5050
context: "{{defaultContext}}:${{ matrix.dist }}"
5151
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)