Skip to content
This repository was archived by the owner on Apr 10, 2026. It is now read-only.

Commit 11fbf9f

Browse files
authored
Merge pull request #180 from wdhdev/renovate/docker-build-push-action-7.x
chore(deps): update docker/build-push-action action to v7
2 parents 576db26 + 78aa01e commit 11fbf9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
password: ${{ secrets.GITHUB_TOKEN }}
4040

4141
- name: Build and Push Image
42-
uses: docker/build-push-action@v6
42+
uses: docker/build-push-action@v7
4343
with:
4444
context: .
4545
push: true

0 commit comments

Comments
 (0)