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

Merged
mg merged 1 commit from renovate/docker-build-push-action-6.x into master 2024-09-23 12:35:16 +02:00
Showing only changes of commit c0d5252885 - Show all commits

View file

@ -57,7 +57,7 @@ jobs:
run: echo "REPO_BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
id: extract_branch
- name: Build and push Docker image
uses: https://github.com/docker/build-push-action@v5
uses: https://github.com/docker/build-push-action@v6
with:
context: .
file: ./Dockerfile