chore(deps): bump docker/build-push-action from 6.17.0 to 6.18.0 (#19224)

This commit is contained in:
dependabot[bot] 2025-05-28 17:11:26 +08:00 committed by GitHub
parent b803b05b0c
commit 5ed50aa1dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@ jobs:
- name: Build and push Docker image (ordinary version)
id: build-and-push
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
with:
context: .
push: true
@ -106,7 +106,7 @@ jobs:
- name: Build and push Docker image (Chromium-bundled version)
id: build-and-push-chromium
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
with:
context: .
build-args: PUPPETEER_SKIP_DOWNLOAD=0

View File

@ -40,7 +40,7 @@ jobs:
flavor: latest=true
- name: Build Docker image
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
with:
context: .
build-args: PUPPETEER_SKIP_DOWNLOAD=0 # also test bundling Chromium