Skip to content

Commit 21c74b8

Browse files
authored
chore(deps): bump docker/build-push-action from 6 to 7 (#38)
2 parents d7b8a83 + 5211142 commit 21c74b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/image-build-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Set up Docker Buildx
6060
uses: docker/setup-buildx-action@v3
6161
- name: Build (validation only)
62-
uses: docker/build-push-action@v6
62+
uses: docker/build-push-action@v7
6363
with:
6464
context: .
6565
platforms: linux/amd64
@@ -117,7 +117,7 @@ jobs:
117117
type=semver,pattern={{major}}.{{minor}}
118118
- name: Build and push
119119
id: build
120-
uses: docker/build-push-action@v6
120+
uses: docker/build-push-action@v7
121121
with:
122122
context: .
123123
platforms: ${{ matrix.platform }}

0 commit comments

Comments
 (0)