Skip to content

Commit 38dfd9b

Browse files
committed
Update docker/build-push-action action to v6.8.0
1 parent fbc58e1 commit 38dfd9b

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.7.0
22+
uses: docker/build-push-action@v6.8.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.7.0
92+
uses: docker/build-push-action@v6.8.0
9393
with:
9494
context: .
9595
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)