Update docker/build-push-action action to v6.0.2

This commit is contained in:
renovate[bot]
2024-06-20 15:04:34 +00:00
committed by GitHub
parent 7665a1c339
commit dc7ee7fadc
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.0.1
uses: docker/build-push-action@v6.0.2
with:
context: .
file: Dockerfile.Service