Skip to content

Commit d44e3c1

Browse files
chore(deps): update docker/build-push-action action to v7 (#20)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4948c55 commit d44e3c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
uses: docker/setup-buildx-action@v4
110110

111111
- name: Build production image
112-
uses: docker/build-push-action@v6
112+
uses: docker/build-push-action@v7
113113
with:
114114
context: .
115115
file: ./Dockerfile
@@ -120,7 +120,7 @@ jobs:
120120
cache-to: type=gha,mode=max
121121

122122
- name: Build debug image
123-
uses: docker/build-push-action@v6
123+
uses: docker/build-push-action@v7
124124
with:
125125
context: .
126126
file: ./debug.Dockerfile

0 commit comments

Comments
 (0)