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

This commit is contained in:
Renovate Bot 2024-09-08 08:02:34 +00:00
parent d6d2c89816
commit 6de9f11a48

View file

@ -13,7 +13,7 @@ jobs:
with: with:
images: git.janky.solutions/finn/lockserver images: git.janky.solutions/finn/lockserver
- 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 }}