Skip to content

Commit 06eb69d

Browse files
authored
Merge pull request #15 from spacesyl/renovate/docker-build-push-action-7.x
chore(deps): update docker/build-push-action action to v7
2 parents 2896dbf + 249d0eb commit 06eb69d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# https://github.com/docker/build-push-action
7474
- name: Build and push Docker image
7575
id: build-and-push
76-
uses: docker/build-push-action@v6
76+
uses: docker/build-push-action@v7
7777
with:
7878
context: .
7979
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)