Update docker/build-push-action action to v6 #3

Merged
finn merged 1 commit from renovate/docker-build-push-action-6.x into main 2024-10-15 00:30:06 +00:00

View file

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