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:58 +00:00
parent 1473a01e64
commit 345ddd8e19

View file

@ -57,7 +57,7 @@ jobs:
run: echo "REPO_BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT run: echo "REPO_BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
id: extract_branch id: extract_branch
- name: Build and push Docker image - 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: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile