Skip to content

Commit e4468b9

Browse files
committed
ci: bump docker/build-push-action to v6
v5 always fails, see e.g. https://github.com/bitcoin-core/HWI/actions/runs/16439512674/job/46456803381
1 parent 6149775 commit e4468b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
steps:
9292
- uses: actions/checkout@v4
9393

94-
- uses: docker/build-push-action@v5
94+
- uses: docker/build-push-action@v6
9595
with:
9696
context: .
9797
file: contrib/build-wine.Dockerfile
@@ -115,7 +115,7 @@ jobs:
115115
steps:
116116
- uses: actions/checkout@v4
117117

118-
- uses: docker/build-push-action@v5
118+
- uses: docker/build-push-action@v6
119119
with:
120120
context: .
121121
file: contrib/build.Dockerfile

0 commit comments

Comments
 (0)