Skip to content

Commit f134d65

Browse files
authored
Merge pull request #4 from fok666/dependabot/github_actions/docker/build-push-action-6
build(deps): Bump docker/build-push-action from 5 to 6
2 parents fdab1a1 + dba2e4d commit f134d65

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
type=sha,suffix=-python${{ matrix.python-version }}-amd64
5555
5656
- name: Build and push AMD64 image
57-
uses: docker/build-push-action@v5
57+
uses: docker/build-push-action@v6
5858
with:
5959
context: .
6060
platforms: linux/amd64
@@ -104,7 +104,7 @@ jobs:
104104
type=sha,suffix=-python${{ matrix.python-version }}-arm64
105105
106106
- name: Build and push ARM64 image
107-
uses: docker/build-push-action@v5
107+
uses: docker/build-push-action@v6
108108
with:
109109
context: .
110110
platforms: linux/arm64

0 commit comments

Comments
 (0)