chore(deps): update docker/build-push-action action to v7
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
CI / Check syntax (pull_request) Successful in 11s
CI / Build Docker image (pull_request) Successful in 1m26s

This commit is contained in:
2026-03-13 11:00:43 +00:00
parent ec325ec017
commit 36fca8150f
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ jobs:
run: |
echo REPO_NAME=$(echo ${GITHUB_REPOSITORY} | awk -F"/" '{print $2}' | tr '[:upper:]' '[:lower:]') >> $GITHUB_OUTPUT
echo REPO_VERSION=$(git describe --tags --always | sed 's/^v//') >> $GITHUB_OUTPUT
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
- uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
with:
context: .
file: ./Dockerfile