chore(deps): update docker/build-push-action action to v6
All checks were successful
/ Build App (pull_request) Successful in 56s

This commit is contained in:
Renovate Bot 2024-07-17 11:15:06 +00:00 committed by vbrandl
parent 935f21bb1f
commit e8b1f020aa

View File

@ -35,7 +35,7 @@ jobs:
echo REPO_VERSION=$(git describe --tags --always | sed 's/^v//') >> $GITHUB_OUTPUT echo REPO_VERSION=$(git describe --tags --always | sed 's/^v//') >> $GITHUB_OUTPUT
- name: Build and push - name: Build and push
uses: docker/build-push-action@v4 uses: docker/build-push-action@v6
with: with:
context: . context: .
file: ./Containerfile file: ./Containerfile