chore(deps): update docker/build-push-action action to v6.13.0

This commit is contained in:
renovate[bot]
2025-01-26 17:30:19 +00:00
committed by GitHub
parent 59f00714d6
commit fc4f4092f2
4 changed files with 4 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ jobs:
echo "DH_REPOSITORY=$(echo ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_ENV"
- name: Build and publish Docker image from Dockerfile.Service
uses: docker/build-push-action@v6.12.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: Dockerfile.Service