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

This commit is contained in:
Renovate Bot 2024-09-23 10:35:13 +00:00
parent 2f995ba39f
commit e1ea0eedc8

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