chore(deps): update docker/build-push-action action to v6 #5

Merged
vbrandl merged 1 commits from renovate/docker-build-push-action-6.x into main 2024-07-17 13:21:23 +02:00
Showing only changes of commit e8b1f020aa - Show all commits

View File

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