Skip to content

Commit b301d06

Browse files
Merge pull request #241 from TheDeveloperDen/renovate/docker-build-push-action-7.x
chore(deps): update docker/build-push-action action to v7
2 parents 76d70f5 + 1c96e9c commit b301d06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Docker Buildx
4343
uses: docker/setup-buildx-action@v4
4444
- name: Build
45-
uses: docker/build-push-action@v6
45+
uses: docker/build-push-action@v7
4646
with:
4747
context: .
4848
file: ./Dockerfile
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Push to GitHub Container Registry
6969
id: push
70-
uses: docker/build-push-action@v6
70+
uses: docker/build-push-action@v7
7171
with:
7272
context: .
7373
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)