Skip to content

Commit ccce347

Browse files
ci(build): update bake-action to v6.5.0 and remove redundant checkout
Description: Updated `docker/bake-action` to v6.5.0 for better performance and compatibility. Removed redundant `checkout` step to streamline the workflow.
1 parent fd28bc8 commit ccce347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
driver-opts: image=${{ env.SETUP_BUILDKIT_IMAGE }}
9191
-
9292
name: Build website
93-
uses: docker/bake-action@v6
93+
uses: docker/bake-action@v6.5.0
9494
with:
9595
source: .
9696
files: |
@@ -128,7 +128,7 @@ jobs:
128128
-
129129
name: Update S3 config
130130
if: ${{ env.DOCS_S3_BUCKET != '' && env.DOCS_S3_CONFIG != '' }}
131-
uses: docker/bake-action@v6
131+
uses: docker/bake-action@v6.5.0
132132
with:
133133
source: .
134134
files: |

0 commit comments

Comments
 (0)