Update docker/build-push-action action to v6.19.2 #none patch
All checks were successful
Actionlint / build (push) Successful in 22s

This commit is contained in:
2026-02-12 09:06:46 +00:00
parent cdf16e34b4
commit 24c57d203a

View File

@@ -72,7 +72,7 @@ runs:
password: ${{ inputs.token }} password: ${{ inputs.token }}
- name: Build and push Docker image - name: Build and push Docker image
id: build-and-push id: build-and-push
uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1 uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
with: with:
context: . context: .
push: true push: true