Skip to content

Commit c5fa66e

Browse files
Bump docker/build-push-action to 6.9.0 (#30)
1 parent 2c2c89e commit c5fa66e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
type=schedule,pattern={{date 'YYYY-MM-DD'}}
3535
type=raw,value=latest,enable={{is_default_branch}}
3636
- name: Build and push Docker image
37-
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
37+
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
3838
with:
3939
context: ci
4040
platforms: linux/amd64,linux/arm64

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
ghcr.io/sphinx-doc/${{ matrix.name }}
4141
tags: type=pep440,pattern={{version}}
4242
- name: Build and push Docker image
43-
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
43+
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
4444
with:
4545
context: ${{ matrix.context }}
4646
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)