Skip to content

Commit b9c38cf

Browse files
authored
Merge pull request #3 from techquestsdev/dependabot/github_actions/docker/build-push-action-7
ci: bump docker/build-push-action from 6 to 7
2 parents 1491363 + 95367c6 commit b9c38cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
163163
- name: Build and push Docker image
164164
id: build
165-
uses: docker/build-push-action@v6
165+
uses: docker/build-push-action@v7
166166
with:
167167
context: .
168168
platforms: linux/amd64,linux/arm64
@@ -214,7 +214,7 @@ jobs:
214214

215215
- name: Build Docker image (validation only)
216216
id: build
217-
uses: docker/build-push-action@v6
217+
uses: docker/build-push-action@v7
218218
with:
219219
context: .
220220
push: false

0 commit comments

Comments
 (0)