Update docker/build-push-action action to v6.12.0 #none minor
All checks were successful
Actionlint / build (push) Successful in 7s

This commit was merged in pull request #4.
This commit is contained in:
2025-01-15 13:07:02 +00:00
parent cbe3fdd719
commit 778054feda

View File

@@ -65,7 +65,7 @@ runs:
- 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@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0 uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
with: with:
context: . context: .
push: true push: true