Bump docker/build-push-action from 4 to 6 (#6365)

This commit is contained in:
dependabot[bot]
2025-09-03 18:49:34 -04:00
committed by GitHub
parent 98c7089f5b
commit 17f29b41c2
+1 -1
View File
@@ -78,7 +78,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
- name: Build and Push to Docker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
if: startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch'
with:
context: ${{ env.build_context }}