chore(deps): update docker/build-push-action action to v6
Some checks failed
lint, build and push / lint (pull_request) Successful in 5s
lint, build and push / build (pull_request) Failing after 14s

This commit is contained in:
Renovate Bot 2024-09-23 10:35:04 +00:00
parent 7d3b65a428
commit c0d5252885

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