Skip to content

Commit e16d101

Browse files
ci(docker): upgrade build-push-action v5 to v7
v5 uses Node.js 20 which is deprecated by GitHub Actions. v7 supports Node.js 24. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3209066 commit e16d101

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
type=sha,format=short,prefix=
9292
9393
- name: Build and push
94-
uses: docker/build-push-action@v5
94+
uses: docker/build-push-action@v7
9595
with:
9696
context: .
9797
file: generated/${{ matrix.dir }}/Dockerfile

0 commit comments

Comments
 (0)