Skip to content

Commit f2a3f02

Browse files
Update docker/build-push-action action to v6.11.0 (#67)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a3bbb2b commit f2a3f02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Build and push Docker image
2121
id: build-and-push
22-
uses: docker/build-push-action@v6.10.0
22+
uses: docker/build-push-action@v6.11.0
2323
with:
2424
context: .
2525
platforms: linux/amd64,linux/arm64

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
9090
- name: Build and push Docker image
9191
id: build-and-push
92-
uses: docker/build-push-action@v6.10.0
92+
uses: docker/build-push-action@v6.11.0
9393
with:
9494
context: .
9595
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)