Skip to content

Commit e96ece7

Browse files
authored
Merge pull request #662 from AOEpeople/dependabot/github_actions/docker/build-push-action-7
build(deps): bump docker/build-push-action from 6 to 7
2 parents 6f5e06d + 57fd15f commit e96ece7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
type=ref,event=branch
183183
- name: Build and push development image
184184
id: build_dev
185-
uses: docker/build-push-action@v6
185+
uses: docker/build-push-action@v7
186186
with:
187187
file: Dockerfile
188188
push: false
@@ -245,7 +245,7 @@ jobs:
245245
type=edge,branch=main
246246
- name: Build and push production image
247247
id: build_latest
248-
uses: docker/build-push-action@v6
248+
uses: docker/build-push-action@v7
249249
with:
250250
context: .
251251
push: false

0 commit comments

Comments
 (0)