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 / Test (pull_request) Successful in 8m4s

This commit is contained in:
2026-03-13 11:13:51 +00:00
parent 1b89b4424a
commit a2f93b7ece

View File

@@ -58,7 +58,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@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
- uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
with:
context: .
file: ./Dockerfile