chore(deps): update docker/build-push-action action to v6
All checks were successful
CI / Test (pull_request) Successful in 1m28s

This commit is contained in:
2025-04-11 23:00:58 +00:00
parent e4136efd2e
commit 4147632552

View File

@@ -60,7 +60,7 @@ jobs:
echo REPO_VERSION=$(git describe --tags --always | sed 's/^v//') >> $GITHUB_OUTPUT echo REPO_VERSION=$(git describe --tags --always | sed 's/^v//') >> $GITHUB_OUTPUT
- name: Build and push - name: Build and push
uses: docker/build-push-action@v4 uses: docker/build-push-action@v6
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile