Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
ed79c62d88 chore(deps): update docker/build-push-action action (v6.18.0 → v6.19.2)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-16 07:33:22 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ jobs:
type=raw,value=${{ github.event.inputs.tag }},enable=${{ github.event.inputs.tag != '' }} type=raw,value=${{ github.event.inputs.tag }},enable=${{ github.event.inputs.tag != '' }}
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
with: with:
context: _tools/docker-testing-tools context: _tools/docker-testing-tools
file: _tools/docker-testing-tools/Dockerfile file: _tools/docker-testing-tools/Dockerfile

View File

@@ -280,7 +280,7 @@ runs:
- name: Build and Push Docker Image - name: Build and Push Docker Image
id: build id: build
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
with: with:
context: ${{ inputs.context }} context: ${{ inputs.context }}
file: ${{ inputs.dockerfile }} file: ${{ inputs.dockerfile }}