3
0
mirror of https://github.com/kolaente/docker-db-backup.git synced 2026-03-25 05:53:48 +01:00

chore(deps): update docker/build-push-action action to v7

This commit is contained in:
renovate[bot]
2026-03-05 22:56:44 +00:00
committed by GitHub
parent 8fb8381c09
commit 091b88fb5a

View File

@@ -95,7 +95,7 @@ jobs:
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
push: ${{ github.event_name != 'pull_request' }}