Update docker/build-push-action action to v6
All checks were successful
/ build-container (push) Successful in 5m28s

This commit is contained in:
Renovate Bot 2024-10-15 00:05:43 +00:00
parent 6207d9a2d5
commit 34a8ed8081

View file

@ -21,7 +21,7 @@ jobs:
type=ref,event=branch
type=sha
- name: build container image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
file: Containerfile
tags: ${{ steps.meta.outputs.tags }}