CI(deps): Update docker/build-push-action action to v6.3.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-07-03 11:03:33 +00:00
parent f78f311269
commit 215a7a5beb

View file

@ -42,7 +42,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: 'Build and push Docker image'
id: push
uses: docker/build-push-action@v6.2.0
uses: docker/build-push-action@v6.3.0
with:
context: ${{ github.workspace }}/container/lighthouse-ci-server
file: ${{ github.workspace }}/container/lighthouse-ci-server/Dockerfile