chore(deps): update docker/build-push-action action to v6
All checks were successful
CI / test (pull_request) Successful in 38s

This commit is contained in:
2025-04-13 16:41:00 +00:00
parent f1e863b098
commit e90983d32d

View File

@@ -92,7 +92,7 @@ jobs:
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
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile